[Python-checkins] python/dist/src/Lib/test test_strptime.py,1.15,1.16
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2003年6月30日 12:22:14 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv22282/Lib/test
Modified Files:
test_strptime.py
Log Message:
Fix typo in error message
Index: test_strptime.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_strptime.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** test_strptime.py 29 Jun 2003 15:57:50 -0000 1.15
--- test_strptime.py 30 Jun 2003 19:22:12 -0000 1.16
***************
*** 311,315 ****
self.failUnless(strp_output[8] == -1,
"LocaleTime().timezone has duplicate values but "
! "timzone value not set to -1")
def test_date_time(self):
--- 311,315 ----
self.failUnless(strp_output[8] == -1,
"LocaleTime().timezone has duplicate values but "
! "timezone value not set to -1")
def test_date_time(self):