[Zope-tests] FAILED (failures=6) : Zope[2.buildout]-trunk-alltests Python-2.4.5 : Linux
Zope Tests
zope-tests at epy.co.at
Tue Feb 3 21:14:03 EST 2009
Zope Tests : FAILED (failures=6)
Zope[2.buildout]-trunk-alltests Python-2.4.5 : Linux
Running /usr/local/python2.4/bin/python ./bin/alltests --all
Test-module import failures:
Module: RestrictedPython.tests.testRestrictions
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope212all/eggs/RestrictedPython-3.4.3-py2.4.egg/RestrictedPython/tests/testRestrictions.py", line 560, in ?
create_rmodule()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/RestrictedPython-3.4.3-py2.4.egg/RestrictedPython/tests/testRestrictions.py", line 69, in create_rmodule
compile(source, fn, 'exec')
File "/home/stefan/autotest/temp/python24-zope212all/eggs/RestrictedPython-3.4.3-py2.4.egg/RestrictedPython/tests/restricted_module.py", line 1
from __future__ import nested_scopes
^
SyntaxError: invalid syntax
Running OFS.tests.testCopySupportEvents.EventLayer tests:
Set up OFS.tests.testCopySupportEvents.EventLayer in 0.575 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.104 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.001 seconds.
Set up OFS.tests.testCopySupportHooks.HookLayer in 0.466 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.104 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.001 seconds.
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Ran 631 tests with 0 failures and 0 errors in 22.039 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.003 seconds.
Ran 18 tests with 0 failures and 0 errors in 0.075 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.003 seconds.
Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
Ran 2 tests with 0 failures and 0 errors in 0.014 seconds.
Running zope.formlib.tests.FormlibLayer tests:
Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Set up zope.formlib.tests.FormlibLayer in 1.624 seconds.
Ran 11 tests with 0 failures and 0 errors in 0.033 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
Tear down zope.formlib.tests.FormlibLayer in 0.003 seconds.
Set up zope.testbrowser.tests.TestBrowserLayer in 1.433 seconds.
Ran 160 tests with 0 failures and 0 errors in 3.340 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
Tear down zope.testbrowser.tests.TestBrowserLayer in 0.004 seconds.
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python24-zope212all/src/DocumentTemplate/DT_Raise.py:63: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
t, v = upgradeException(t, v)
Failure in test testRegisterAndCompileTranslations (zope.i18n.tests.test_zcml.DirectivesTest)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.i18n-3.6.0-py2.4.egg/zope/i18n/tests/test_zcml.py", line 148, in testRegisterAndCompileTranslations
self.assertEquals(msg, u"I'm a newer file translated")
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: u"I'm a newer file" != u"I'm a newer file translated"
Ran 5745 tests with 1 failures and 0 errors in 2 minutes 51.863 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Set up zope.traversing.tests.layer.TraversingLayer in 1.197 seconds.
Failure in test test_absolute_url (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 110, in test_absolute_url
self.verify('/pt', 'http://localhost/pt')
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 176, in verify
self.assertEquals(result.getBody(), content)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://localhost/pt\n' != 'http://localhost/pt'
Failure in test test_absolute_url_absolute_traverse (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 132, in test_absolute_url_absolute_traverse
self.verify('/foo/bar/pt', 'http://localhost/foo/bar/pt')
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 176, in verify
self.assertEquals(result.getBody(), content)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://localhost/foo/bar/pt\n' != 'http://localhost/foo/bar/pt'
Failure in test test_request_base (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 69, in test_request_base
'<head>\n<base href="http://localhost/pt" />\n'
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 176, in verify
self.assertEquals(result.getBody(), content)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: '<head>\n<base href="http://localhost/pt" />\n</head>\n' != '<head>\n<base href="http://localhost/pt" />\n</head>'
Failure in test test_request_url (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 49, in test_request_url
self.verify('/pt', 'http://localhost/pt')
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 176, in verify
self.assertEquals(result.getBody(), content)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://localhost/pt\n' != 'http://localhost/pt'
Failure in test test_resources (zope.traversing.tests.test_vhosting.TestVirtualHosting)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 143, in test_resources
self.verify('/foo/bar/pt', 'http://localhost/@@/quux')
File "/home/stefan/autotest/temp/python24-zope212all/eggs/zope.traversing-3.5.1-py2.4.egg/zope/traversing/tests/test_vhosting.py", line 176, in verify
self.assertEquals(result.getBody(), content)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://localhost/@@/quux\n' != 'http://localhost/@@/quux'
Ran 7 tests with 5 failures and 0 errors in 0.270 seconds.
Tearing down left over layers:
Tear down zope.traversing.tests.layer.TraversingLayer in 0.008 seconds.
Test-modules with import problems:
RestrictedPython.tests.testRestrictions
Total: 6602 tests, 6 failures, 0 errors in 3 minutes 29.263 seconds.
FAILED (failures=6)
More information about the Zope-tests
mailing list