[New-bugs-announce] [issue1938] test_zipfile failure

Giampaolo Rodola' report at bugs.python.org
Sat Jan 26 03:18:58 CET 2008


New submission from Giampaolo Rodola':

Python 2.6.13903.msi, windows XP sp2:


======================================================================
ERROR: testExtract (__main__.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\Lib\test\test_zipfile.py", line 357, in tearDown
    os.remove(TESTFN2)
WindowsError: [Error 32] The file used by another process: '@test2'

======================================================================
FAIL: testExtract (__main__.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\Lib\test\test_zipfile.py", line 320, in testExtract
    self.assertEqual(writtenfile, correctfile)
AssertionError: 'C:\\Python26\\Lib\\test\\ziptest2dir\\_ziptest2' !=
'C:\\Python
26\\Lib\\test\\ziptest2dir/_ziptest2'

----------------------------------------------------------------------

----------
files: test_zipfile.diff
messages: 61698
nosy: giampaolo.rodola
severity: normal
status: open
title: test_zipfile failure
versions: Python 2.6
Added file: http://bugs.python.org/file9292/test_zipfile.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1938>
__________________________________


More information about the New-bugs-announce mailing list