[Zope-tests] FAIL (failures:1 errors:1) -- Z2 Tests/Linux --
2_7-branch/Py23maint (nightly build)
zope-tests at plope.com
zope-tests at plope.com
Thu Jan 29 06:04:14 EST 2004
======================================================================
Python Version:2.3.3 (#1, Jan 29 2004, 01:29:10)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (Zope-2_7-branch)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Failure in test testNotValidateWithoutRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testUserFolder.py", line 145, in testNotValidateWithoutRoles
self.assertEqual(user, None)
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: user1 != None
Error in test testSetupServers (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 173, in testSetupServers
starter.setupServers()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/__init__.py", line 198, in setupServers
raise ZConfig.ConfigurationError(socket_err
ConfigurationError: There was a problem starting a server of type "HTTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use)
======================================================================
ERROR: testSetupServers (Zope.Startup.tests.testStarter.ZopeStarterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/tests/testStarter.py", line 173, in testSetupServers
starter.setupServers()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Zope/Startup/__init__.py", line 198, in setupServers
raise ZConfig.ConfigurationError(socket_err
ConfigurationError: There was a problem starting a server of type "HTTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use)
======================================================================
FAIL: testNotValidateWithoutRoles (AccessControl.tests.testUserFolder.UserFolderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testUserFolder.py", line 145, in testNotValidateWithoutRoles
self.assertEqual(user, None)
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 302, in failUnlessEqual
raise self.failureException, \
AssertionError: user1 != None
----------------------------------------------------------------------
Ran 2748 tests in 917.851s
FAILED (failures=1, errors=1)
More information about the Zope-tests
mailing list