[Testbot] FAILED (failures=5) : Plone-trunk Zope-trunk Python-2.5.4

CMFPlone Tests plone-tests at epy.co.at
Fri Mar 20 04:10:50 UTC 2009


CMFPlone Tests : FAILED (failures=5) 
Plone-trunk Zope-trunk Python-2.5.4

Running /usr/local/python2.5/bin/python ./bin/test --package Products.CMFPlone
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.360 seconds.
  Ran 107 tests with 0 failures and 0 errors in 1.590 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 6.451 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.027 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.318 seconds.


Failure in test testClearFindAndRebuildAddsMissingContent (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
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-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 320, in testClearFindAndRebuildAddsMissingContent
    self.assertResults(res, full_content)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 158, in assertResults
    self.assertEqual(lhs, rhs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [] != ['doc', 'doc2', 'test_user_1_']



Failure in test testClearFindAndRebuildRemovesBadContent (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
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-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 294, in testClearFindAndRebuildRemovesBadContent
    self.assertResults(res, base_content+['portal_skins'])
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 158, in assertResults
    self.assertEqual(lhs, rhs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: ['doc', 'test_user_1_'] != ['doc', 'portal_skins', 'test_user_1_']



Failure in test testOrderAfterALotOfChanges (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
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-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 641, in testOrderAfterALotOfChanges
    self.failUnlessEqual([b.getId for b in folder_docs], expected)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: ['doc2', 'doc1'] != ['doc2', 'doc1', 'doc6', 'doc8']



Failure in test testSearchResultsWithAdditionalExpiryFilter (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
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-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 873, in testSearchResultsWithAdditionalExpiryFilter
    self.assertResults(res, base_content)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 805, in assertResults
    self.assertEqual(lhs, rhs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: ['test_user_1_'] != ['doc', 'test_user_1_']

/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/tools/groupdata.py:168: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 3.5. Use PAS to get a group and check its members instead.
  for u_name in gtool.getGroupMembers(self.getId()):


Failure in test testAddDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
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-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPloneTestCase.py", line 20, in testAddDocument
    self.failUnless(self.catalog(id='new'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/pas.py:112: DeprecationWarning: userSetGroups is deprecated. Use the PAS methods instead
  self.userSetGroups(login, groups)
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.PlonePAS/Products/PlonePAS/gruf_support.py:66: DeprecationWarning: portal_groups.getGroupsForPrincipal is deprecated and will be removed in Plone 3.5. Use PAS to get a principal and check its group list instead.
  groups = set(gtool.getGroupsForPrincipal(member))
  Ran 814 tests with 5 failures and 0 errors in 3 minutes 54.976 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.332 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.025 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 29 tests with 0 failures and 0 errors in 0.022 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 959 tests, 5 failures, 0 errors in 4 minutes 12.635 seconds.

FAILED (failures=5) 




More information about the Testbot mailing list