commit | a2af21262a13510b12d45cf67d92a563da4cf1b5 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sat Jan 26 16:43:35 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Sat Jan 26 16:43:35 2008 +0000 |
tree | 2cb0721189e0030f702b99543f13f5f6b460d693 | |
parent | 6caad7d2cb097e8e5013243a0dc1147a17ba1e78 [diff] [blame] |
Unit test fix from Giampaolo Rodola, #1938
diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index adc0dc1..082b918 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py
@@ -316,6 +316,7 @@ correctfile = os.path.join(os.getcwd(), fpath[1:]) else: correctfile = os.path.join(os.getcwd(), fpath) + correctfile = os.path.normpath(correctfile) self.assertEqual(writtenfile, correctfile)