[Zope-tests] FAILED (failures=7) : Zope[2.buildout]-trunk Python-2.5.4 : Linux
Zope Tests
zope-tests at epy.co.at
Wed Jan 28 20:57:51 EST 2009
Zope Tests : FAILED (failures=7)
Zope[2.buildout]-trunk Python-2.5.4 : Linux
Running /usr/local/python2.5/bin/python ./bin/test --all
Running OFS.tests.testCopySupportEvents.EventLayer tests:
Set up OFS.tests.testCopySupportEvents.EventLayer in 1.036 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.112 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.001 seconds.
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Ran 632 tests with 0 failures and 0 errors in 21.946 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.079 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.012 seconds.
Running zope.testing.testrunner.layer.UnitTests 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.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python25-zope212bout/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 test_1_Clone (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 193, in test_1_Clone
('mydoc', 'manage_afterClone')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_afterAdd'), ('myfolder', 'manage_afterClone')] != [('myfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd'), ('myfolder', 'manage_afterClone'), ('mydoc', 'manage_afterClone')]
Failure in test test_2_CopyPaste (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 204, in test_2_CopyPaste
('mydoc', 'manage_afterClone')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_afterAdd'), ('myfolder', 'manage_afterClone')] != [('myfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd'), ('myfolder', 'manage_afterClone'), ('mydoc', 'manage_afterClone')]
Failure in test test_3_CutPaste (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 215, in test_3_CutPaste
('mydoc', 'manage_afterAdd')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_beforeDelete'), ('myfolder', 'manage_afterAdd')] != [('mydoc', 'manage_beforeDelete'), ('myfolder', 'manage_beforeDelete'), ('myfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd')]
Failure in test test_4_Rename (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 225, in test_4_Rename
('mydoc', 'manage_afterAdd')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_beforeDelete'), ('yourfolder', 'manage_afterAdd')] != [('mydoc', 'manage_beforeDelete'), ('myfolder', 'manage_beforeDelete'), ('yourfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd')]
Failure in test test_5_COPY (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 238, in test_5_COPY
('mydoc', 'manage_afterClone')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_afterAdd'), ('myfolder', 'manage_afterClone')] != [('myfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd'), ('myfolder', 'manage_afterClone'), ('mydoc', 'manage_afterClone')]
Failure in test test_6_MOVE (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 251, in test_6_MOVE
('mydoc', 'manage_afterAdd')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_beforeDelete'), ('myfolder', 'manage_afterAdd')] != [('mydoc', 'manage_beforeDelete'), ('myfolder', 'manage_beforeDelete'), ('myfolder', 'manage_afterAdd'), ('mydoc', 'manage_afterAdd')]
Failure in test test_7_DELETE (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python25-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 261, in test_7_DELETE
('myfolder', 'manage_beforeDelete')]
File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [('myfolder', 'manage_beforeDelete')] != [('mydoc', 'manage_beforeDelete'), ('myfolder', 'manage_beforeDelete')]
/home/stefan/autotest/temp/python25-zope212bout/lib/python/Zope2/App/tests/testExceptionHook.py:120: DeprecationWarning: raising a string exception is deprecated
raise 'unauthorized', 'x'
/home/stefan/autotest/temp/python25-zope212bout/lib/python/Zope2/App/startup.py:186: DeprecationWarning: raising a string exception is deprecated
raise
/home/stefan/autotest/temp/python25-zope212bout/lib/python/Zope2/App/tests/testExceptionHook.py:129: DeprecationWarning: raising a string exception is deprecated
raise 'redirect', 'x'
Ran 1739 tests with 7 failures and 0 errors in 1 minutes 20.805 seconds.
Tearing down left over layers:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 2405 tests, 7 failures, 0 errors in 1 minutes 45.949 seconds.
FAILED (failures=7)
More information about the Zope-tests
mailing list