[Zope3-checkins] Unit test failure

Phil Ruggera pruggera at san.rr.com
Sun Aug 22 19:43:38 EDT 2004


When I run the unit tests on Windows 2000 [Version 5.00.2195] I get:

Configuration file found.
Running UNIT tests from G:\Python\Dev\zope
Removing stale bytecode file
.\src\zope\app\apidoc\classmodule\testmodule.pyc
Failure in test test_dochttp (zope.app.tests.test_dochttp.Test)
Traceback (most recent call last):
  File "G:\Python\Dev\zope\src\zope\app\tests\test_dochttp.py", line 152, in
test_dochttp
    dochttp(['-p', 'test', directory])
  File "G:\Python\Dev\zope\src\zope\app\tests\dochttp.py", line 97, in
dochttp
    assert (request and response) or not (request or response)
AssertionError


diff3 doesn't work, diff3 tests disabled
======================================================================
FAIL: test_dochttp (zope.app.tests.test_dochttp.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "G:\Python\Dev\zope\src\zope\app\tests\test_dochttp.py", line 152, in
test_dochttp
    dochttp(['-p', 'test', directory])
  File "G:\Python\Dev\zope\src\zope\app\tests\dochttp.py", line 97, in
dochttp
    assert (request and response) or not (request or response)
AssertionError

----------------------------------------------------------------------
Ran 4859 tests in 589.841s

FAILED (failures=1)
----------------------------------------------------------------------



More information about the Zope3-Checkins mailing list