http://bugs.winehq.org/show_bug.cgi?id=21278
Summary: python's test_zipimport_support test fails Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.python.org OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=25590) --> (http://bugs.winehq.org/attachment.cgi?id=25590) test output
Install python and run: wine 'c:\Python31\python.exe' -m test.test_zipimport_support
test_doctest_main_issue4197 (__main__.ZipSupportTests) ... Expected line File "C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test Got stdout: ********************************************************************** File "C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test Failed example: 'line 2' Expected nothing Got: 'line 2'
Full output attached. Vincent wrote in the wiki that somehow a 'C:' was changed to a 'c:'.