[Zope3-dev] Newish Windows test failures

Tim Peters tim at zope.com
Thu Jun 24 18:01:11 EDT 2004


I'm seeing 7 similar test failures on current Zope3 trunk.  The first is
typical:

runTest (zope.tal.tests.test_files.FileTestCase) ...
3r3
< tests/input/test_sa1.xml
---
> tests\input\test_sa1.xml


Failure in test runTest (zope.tal.tests.test_files.FileTestCase)
Traceback (most recent call last):
  File "C:\Code\Zope3\src\zope\tal\tests\test_files.py", line 61, in runTest
    self.fail("output for %s didn't match" % self.__file)
  File "C:\python23\lib\unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: output for
C:\Code\Zope3\src\zope\tal\tests\input\test_sa1.xml didn't match

That is, looks like these tests expect forward slashes as path separators,
but are actually getting backslashes on Windows.  If someone knows how these
tests work, I'd be happy to help repair them.



More information about the Zope3-dev mailing list