Commit 1c4253d6 authored by Éric Araujo's avatar Éric Araujo

Merged revisions 86235 via svnmerge from

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
........
parent 056f33d6
...@@ -469,6 +469,7 @@ class TestShutil(unittest.TestCase): ...@@ -469,6 +469,7 @@ class TestShutil(unittest.TestCase):
# check if the compressed tarball was created # check if the compressed tarball was created
tarball = base_name + '.zip' tarball = base_name + '.zip'
self.assertTrue(os.path.exists(tarball))
def test_make_archive(self): def test_make_archive(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment