From: Tarek Ziadé Date: Sun, 17 May 2009 14:59:05 +0000 (+0000) Subject: fixed the test name X-Git-Tag: v2.7a1~1158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dd6b619a85e64e4fcb4b9940603820cce771ba9;p=python fixed the test name --- diff --git a/Lib/distutils/tests/test_archive_util.py b/Lib/distutils/tests/test_archive_util.py index f5fd9eabe4..3e1e04a75f 100644 --- a/Lib/distutils/tests/test_archive_util.py +++ b/Lib/distutils/tests/test_archive_util.py @@ -1,5 +1,5 @@ """Tests for distutils.archive_util.""" -__revision__ = "$Id:$" +__revision__ = "$Id$" import unittest import os @@ -40,7 +40,7 @@ class ArchiveUtilTestCase(support.TempdirManager, self.assert_(os.path.exists(tarball)) @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run') - def test_make_tarball(self): + def test_make_zipfile(self): # creating something to tar tmpdir = self.mkdtemp() self.write_file([tmpdir, 'file1'], 'xxx')