]> granicus.if.org Git - python/commitdiff
Merged revisions 86235 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Wed, 17 Nov 2010 23:11:08 +0000 (23:11 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 17 Nov 2010 23:11:08 +0000 (23:11 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines

  Fix one omission in r78359
........

Lib/test/test_shutil.py

index 648a2cda43f421e5add21f71fe21cc9aad4e49d8..9f14fd8cce71f8428f84998540e3e96913af762b 100644 (file)
@@ -469,6 +469,7 @@ class TestShutil(unittest.TestCase):
 
         # check if the compressed tarball was created
         tarball = base_name + '.zip'
+        self.assertTrue(os.path.exists(tarball))
 
 
     def test_make_archive(self):