[Zope-tests] FAILED (failures=7) : Zope[2.buildout]-trunk Python-2.4.5 : Linux

Zope Tests zope-tests at epy.co.at
Wed Jan 28 20:56:20 EST 2009


Zope Tests : FAILED (failures=7) 
Zope[2.buildout]-trunk Python-2.4.5 : Linux

Running /usr/local/python2.4/bin/python ./bin/test --all
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.486 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.105 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 22.192 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.004 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.076 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.013 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/python24-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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 190, in test_1_Clone
    [('myfolder', 'manage_afterAdd'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 201, in test_2_CopyPaste
    [('myfolder', 'manage_afterAdd'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 212, in test_3_CutPaste
    [('mydoc', 'manage_beforeDelete'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 222, in test_4_Rename
    [('mydoc', 'manage_beforeDelete'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 235, in test_5_COPY
    [('myfolder', 'manage_afterAdd'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 248, in test_6_MOVE
    [('mydoc', 'manage_beforeDelete'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
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.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212bout/lib/python/OFS/tests/testCopySupportHooks.py", line 260, in test_7_DELETE
    [('mydoc', 'manage_beforeDelete'),
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: [('myfolder', 'manage_beforeDelete')] != [('mydoc', 'manage_beforeDelete'), ('myfolder', 'manage_beforeDelete')]

  Ran 1735 tests with 7 failures and 0 errors in 1 minutes 20.100 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 2401 tests, 7 failures, 0 errors in 1 minutes 44.909 seconds.

FAILED (failures=7) 


More information about the Zope-tests mailing list