[Zope3-dev] WindowsXP Test Results - Zope 3/Python2.3.3

David Harris dpharris76 at msn.com
Fri Feb 6 00:36:32 EST 2004


I checked out the latest Zope3 source at 21:30 CST and ran the unit tests. I'm tracking down the failures, but here are the results if anyone is interested:

======================================================================
FAIL: test_commandline_overrides (zodb.zeo.tests.test_options.TestZEOOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\sf\Zope3\src\zodb\zeo\tests\test_options.py", line 90, in test_commandline_overrides
    self.assertEqual(options.address, ("", 6666))
  File "C:\PYTHON23\Lib\unittest.py", line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: ('localhost', 6666) != ('', 6666)

======================================================================
FAIL: test_defaults_with_schema (zodb.zeo.tests.test_options.TestZEOOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\sf\Zope3\src\zodb\zeo\tests\test_options.py", line 64, in test_defaults_with_schema
    self.assertEqual(options.address, ("", 5555))
  File "C:\PYTHON23\Lib\unittest.py", line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: ('localhost', 5555) != ('', 5555)

======================================================================
FAIL: test_defaults_without_schema (zodb.zeo.tests.test_options.TestZEOOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\sf\Zope3\src\zodb\zeo\tests\test_options.py", line 76, in test_defaults_without_schema
    self.assertEqual(options.address, ("", 5555))
  File "C:\PYTHON23\Lib\unittest.py", line 302, in failUnlessEqual
    raise self.failureException, \
AssertionError: ('localhost', 5555) != ('', 5555)

======================================================================
FAIL: Doctest: zope.products.pythonpage.PythonPage
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\sf\Zope3\src\zope\testing\doctestunit.py", line 67, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.products.pythonpage.PythonPage
  File "D:\sf\Zope3\src\zope\products\pythonpage\__init__.py", line 107 (or above), in PythonPage

*****************************************************************
Failure in example:
try:
    pp.setSource(u"prin 'hello'")
except SyntaxError, err:
    print err
from line #38 of zope.products.pythonpage.PythonPage
Expected: invalid syntax (pp, line 1)
Got: invalid syntax (/pp, line 1)


----------------------------------------------------------------------
Ran 5211 tests in 3799.353s

FAILED (failures=4)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-dev/attachments/20040205/a4806f3d/attachment.html


More information about the Zope3-dev mailing list