]> granicus.if.org Git - python/commitdiff
test_zipimport: fix test name
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 17 Aug 2010 00:44:11 +0000 (00:44 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 17 Aug 2010 00:44:11 +0000 (00:44 +0000)
Lib/test/test_zipimport.py

index 61a6c0a16b07641db387cfd978205f5502ddad71..838e1b561f543e2a130e21b5b0eefdb8828e5614 100644 (file)
@@ -384,7 +384,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
 
     @unittest.skipIf(support.TESTFN_UNENCODABLE is None,
                      "need an unencodable filename")
-    def testUndecodable(self):
+    def testUnencodable(self):
         filename = support.TESTFN_UNENCODABLE + ".zip"
         z = ZipFile(filename, "w")
         zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW))