]> granicus.if.org Git - python/commitdiff
Fix silly typo in test name.
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 14:53:14 +0000 (14:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 14:53:14 +0000 (14:53 +0000)
Lib/test/test_datetime.py

index f55a796ed093b331ea2b776b7b6f0601105b92ea..21b8890d0f0583d8405a8e2d3274f18561d94fba 100644 (file)
@@ -989,7 +989,7 @@ class TestDate(HarmlessMixedComparison, unittest.TestCase):
         self.failUnless(self.theclass.min)
         self.failUnless(self.theclass.max)
 
-    def test_srftime_out_of_range(self):
+    def test_strftime_out_of_range(self):
         # For nasty technical reasons, we can't handle years before 1900.
         cls = self.theclass
         self.assertEqual(cls(1900, 1, 1).strftime("%Y"), "1900")