[Testbot] FAILED (failures=96, errors=33) : Plone-trunk Zope-trunk Python-2.5.4

CMFPlone Tests plone-tests at epy.co.at
Sun Mar 29 03:42:33 UTC 2009


CMFPlone Tests : FAILED (failures=96, errors=33) 
Plone-trunk Zope-trunk Python-2.5.4

Running /usr/local/python2.5/bin/python ./bin/test --package Products.CMFPlone
Running tests at level 1
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.586 seconds.
  Running:
...............................................................................
............................
  Ran 107 tests with 0 failures and 0 errors in 1.592 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 7.462 seconds.
  Running:
.........
  Ran 9 tests with 0 failures and 0 errors in 0.026 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.714 seconds.
  Running:
..............................

Failure in test testSetDefaultPageUpdatesCatalog (Products.CMFPlone.tests.testBrowserDefault.TestPortalBrowserDefault)
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/testBrowserDefault.py", line 309, in testSetDefaultPageUpdatesCatalog
    self.assertEqual(len(cat(getId='ad',is_default_page=True)), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.......

Failure in test testDefaultJSIsInstalled (Products.CMFPlone.tests.testCSSandJSRegistry.TestJSRegistry)
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/testCSSandJSRegistry.py", line 80, in testDefaultJSIsInstalled
    self.failUnless(e in installedScriptIds, e)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: calendar_formfield.js

...

Failure in test testCatalogGetEvents (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
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/testCalendarTool.py", line 142, in testCatalogGetEvents
    self.assertEqual([events[e] for e in range(2,9)], data)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [{'eventslist': [], 'day': 2, 'event': 0}, {'eventslist': [], 'day': 3, 'event': 0}, {'eventslist': [], 'day': 4, 'event': 0}, {'eventslist': [], 'day': 5, 'event': 0}, {'eventslist': [], 'day': 6, 'event': 0}, {'eventslist': [], 'day': 7, 'event': 0}, {'eventslist': [], 'day': 8, 'event': 0}] != [{'event': 0, 'eventslist': [], 'day': 2}, {'event': 0, 'eventslist': [], 'day': 3}, {'event': 0, 'eventslist': [], 'day': 4}, {'event': 0, 'eventslist': [], 'day': 5}, {'event': 0, 'eventslist': [], 'day': 6}, {'event': 0, 'eventslist': [], 'day': 7}, {'eventslist': [{'start': '00:00:00', 'end': '00:00:00', 'title': 'event1'}, {'start': '00:00:00', 'end': '00:00:00', 'title': 'event11'}], 'day': 8, 'event': 1}]

.

Failure in test testCatalogGetEventsInPath (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
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/testCalendarTool.py", line 160, in testCatalogGetEventsInPath
    self.assertEqual([events[e] for e in range(2,9)], data)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [{'eventslist': [], 'day': 2, 'event': 0}, {'eventslist': [], 'day': 3, 'event': 0}, {'eventslist': [], 'day': 4, 'event': 0}, {'eventslist': [], 'day': 5, 'event': 0}, {'eventslist': [], 'day': 6, 'event': 0}, {'eventslist': [], 'day': 7, 'event': 0}, {'eventslist': [], 'day': 8, 'event': 0}] != [{'event': 0, 'eventslist': [], 'day': 2}, {'event': 0, 'eventslist': [], 'day': 3}, {'event': 0, 'eventslist': [], 'day': 4}, {'event': 0, 'eventslist': [], 'day': 5}, {'event': 0, 'eventslist': [], 'day': 6}, {'event': 0, 'eventslist': [], 'day': 7}, {'eventslist': [{'start': '00:00:00', 'end': '00:00:00', 'title': 'event11'}], 'day': 8, 'event': 1}]

.

Failure in test testGetEventsForCalendar (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
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/testCalendarTool.py", line 78, in testGetEventsForCalendar
    self.assertEqual(events, data)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [[{'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 1, 'event': 0}, {'eventslist': [], 'day': 2, 'event': 0}, {'eventslist': [], 'day': 3, 'event': 0}], [{'eventslist': [], 'day': 4, 'event': 0}, {'eventslist': [], 'day': 5, 'event': 0}, {'eventslist': [], 'day': 6, 'event': 0}, {'eventslist': [], 'day': 7, 'event': 0}, {'eventslist': [], 'day': 8, 'event': 0}, {'eventslist': [], 'day': 9, 'event': 0}, {'eventslist': [], 'day': 10, 'event': 0}], [{'eventslist': [], 'day': 11, 'event': 0}, {'eventslist': [], 'day': 12, 'event': 0}, {'eventslist': [], 'day': 13, 'event': 0}, {'eventslist': [], 'day': 14, 'event': 0}, {'eventslist': [], 'day': 15, 'event': 0}, {'eventslist': [], 'day': 16, 'event': 0}, {'eventslist': [], 'day': 17, 'event': 0}], [{'eventslist': [], 'day': 18, 'event': 0}, {'eventslist': [], 'day': 19, 'e!
 vent': 0}, {'eventslist': [], 'day': 20, 'event': 0}, {'eventslist': [], 'day': 21, 'event': 0}, {'eventslist': [], 'day': 22, 'event': 0}, {'eventslist': [], 'day': 23, 'event': 0}, {'eventslist': [], 'day': 24, 'event': 0}], [{'eventslist': [], 'day': 25, 'event': 0}, {'eventslist': [], 'day': 26, 'event': 0}, {'eventslist': [], 'day': 27, 'event': 0}, {'eventslist': [], 'day': 28, 'event': 0}, {'eventslist': [], 'day': 29, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}]] != [[{'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 1}, {'event': 0, 'eventslist': [], 'day': 2}, {'event': 0, 'eventslist': [], 'day': 3}], [{'event': 0, 'eventslist': [], 'day': 4}, {'event': 0, 'eventslist': [], 'day': 5}, {'event': 0, 'eventslist': [], 'day': 6}, {'event': 0, 'eventslist': [], 'd!
 ay': 7}, {'eventslist': [{'start': '00:00:00', 'end': '00:00:00', 'tit
le': 'event1'}, {'start': '00:00:00', 'end': '00:00:00', 'title': 'event11'}], 'day': 8, 'event': 1}, {'event': 0, 'eventslist': [], 'day': 9}, {'event': 0, 'eventslist': [], 'day': 10}], [{'event': 0, 'eventslist': [], 'day': 11}, {'event': 0, 'eventslist': [], 'day': 12}, {'event': 0, 'eventslist': [], 'day': 13}, {'event': 0, 'eventslist': [], 'day': 14}, {'event': 0, 'eventslist': [], 'day': 15}, {'event': 0, 'eventslist': [], 'day': 16}, {'event': 0, 'eventslist': [], 'day': 17}], [{'event': 0, 'eventslist': [], 'day': 18}, {'event': 0, 'eventslist': [], 'day': 19}, {'event': 0, 'eventslist': [], 'day': 20}, {'event': 0, 'eventslist': [], 'day': 21}, {'event': 0, 'eventslist': [], 'day': 22}, {'event': 0, 'eventslist': [], 'day': 23}, {'event': 0, 'eventslist': [], 'day': 24}], [{'event': 0, 'eventslist': [], 'day': 25}, {'event': 0, 'eventslist': [], 'day': 26}, {'event': 0, 'eventslist': [], 'day': 27}, {'event': 0, 'eventslist': [], 'day': 28}, {'event': 0, 'eventsli!
 st': [], 'day': 29}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}]]

.

Failure in test testGetEventsForCalendarInPath (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
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/testCalendarTool.py", line 124, in testGetEventsForCalendarInPath
    self.assertEqual(events, data)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [[{'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 1, 'event': 0}, {'eventslist': [], 'day': 2, 'event': 0}, {'eventslist': [], 'day': 3, 'event': 0}], [{'eventslist': [], 'day': 4, 'event': 0}, {'eventslist': [], 'day': 5, 'event': 0}, {'eventslist': [], 'day': 6, 'event': 0}, {'eventslist': [], 'day': 7, 'event': 0}, {'eventslist': [], 'day': 8, 'event': 0}, {'eventslist': [], 'day': 9, 'event': 0}, {'eventslist': [], 'day': 10, 'event': 0}], [{'eventslist': [], 'day': 11, 'event': 0}, {'eventslist': [], 'day': 12, 'event': 0}, {'eventslist': [], 'day': 13, 'event': 0}, {'eventslist': [], 'day': 14, 'event': 0}, {'eventslist': [], 'day': 15, 'event': 0}, {'eventslist': [], 'day': 16, 'event': 0}, {'eventslist': [], 'day': 17, 'event': 0}], [{'eventslist': [], 'day': 18, 'event': 0}, {'eventslist': [], 'day': 19, 'e!
 vent': 0}, {'eventslist': [], 'day': 20, 'event': 0}, {'eventslist': [], 'day': 21, 'event': 0}, {'eventslist': [], 'day': 22, 'event': 0}, {'eventslist': [], 'day': 23, 'event': 0}, {'eventslist': [], 'day': 24, 'event': 0}], [{'eventslist': [], 'day': 25, 'event': 0}, {'eventslist': [], 'day': 26, 'event': 0}, {'eventslist': [], 'day': 27, 'event': 0}, {'eventslist': [], 'day': 28, 'event': 0}, {'eventslist': [], 'day': 29, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}, {'eventslist': [], 'day': 0, 'event': 0}]] != [[{'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 0}, {'event': 0, 'eventslist': [], 'day': 1}, {'event': 0, 'eventslist': [], 'day': 2}, {'event': 0, 'eventslist': [], 'day': 3}], [{'event': 0, 'eventslist': [], 'day': 4}, {'event': 0, 'eventslist': [], 'day': 5}, {'event': 0, 'eventslist': [], 'day': 6}, {'event': 0, 'eventslist': [], 'd!
 ay': 7}, {'eventslist': [{'start': '00:00:00', 'end': '00:00:00', 'tit
le': 'event11'}], 'day': 8, 'event': 1}, {'event': 0, 'eventslist': [], 'day': 9}, {'event': 0, 'eventslist': [], 'day': 10}], [{'event': 0, 'eventslist': [], 'day': 11}, {'event': 0, 'eventslist': [], 'day': 12}, {'event': 0, 'eventslist': [], 'day': 13}, {'event': 0, 'eventslist': [], 'day': 14}, {'event': 0, 'eventslist': [], 'day': 15}, {'event': 0, 'eventslist': [], 'day': 16}, {'event': 0, 'eventslist': [], 'day': 17}], [{'event': 0, 'eventslist': [], 'day': 18}, {'event': 0, 'eventslist': [], 'day': 19}, {'event': 0, 'eventslist': [], 'day': 20}, {'event': 0, 'eventslist': [], 'day': 21}, {'event': 0, 'eventslist': [], 'day': 22}, {'event': 0, 'eventslist': [], 'day': 23}, {'event': 0, 'eventslist': [], 'day': 24}], [{'event': 0, 'eventslist': [], 'day': 25}, {'event': 0, 'eventslist': [], 'day': 26}, {'event': 0, 'eventslist': [], 'day': 27}, {'event': 0, 'eventslist': [], 'day': 28}, {'event': 0, 'eventslist': [], 'day': 29}, {'event': 0, 'eventslist': [], 'day': 0}!
 , {'event': 0, 'eventslist': [], 'day': 0}]]

.......................

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 309, 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 testClearFindAndRebuildKeepsModificationDate (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 328, in testClearFindAndRebuildKeepsModificationDate
    self.assertEquals(len(self.catalog(modified=DateTime(0))), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 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 290, in testClearFindAndRebuildRemovesBadContent
    self.assertResults(res, base_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', 'test_user_1_']

...

Failure in test testIndexObject (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 171, in testIndexObject
    self.assertEqual(len(self.catalog(getId='doc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Error in test testIndexObjectUpdatesMetadata (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 192, in testIndexObjectUpdatesMetadata
    brain = self.catalog(getId='doc')[0]
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

..

Failure in test testReindexObject (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 178, in testReindexObject
    self.assertEqual(len(self.catalog(getId='doc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Error in test testReindexObjectSkipsMetadata (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 214, in testReindexObjectSkipsMetadata
    brain = self.catalog(getId='doc')[0]
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Error in test testReindexObjectUpdatesMetadata (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 203, in testReindexObjectUpdatesMetadata
    brain = self.catalog(getId='doc')[0]
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Failure in test testReindexTitleOnly (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 226, in testReindexTitleOnly
    self.assertEqual(len(self.catalog(getId='doc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Error in test testReindexTitleOnlySkipsMetadata (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 249, in testReindexTitleOnlySkipsMetadata
    brain = self.catalog(getId='doc')[0]
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Error in test testReindexTitleOnlyUpdatesMetadata (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 238, in testReindexTitleOnlyUpdatesMetadata
    brain = self.catalog(getId='doc')[0]
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Failure in test testUnindexObject (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 185, in testUnindexObject
    self.assertEqual(len(self.catalog(getId='doc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

...

Error in test testSearchRespectsLocalRoleAcquisition (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 407, in testSearchRespectsLocalRoleAcquisition
    self.assertEqual(self.catalog(SearchableText='bbb')[0].id, 'bbb')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

..

Error in test testSearchReturnsDocument (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 366, in testSearchReturnsDocument
    self.assertEqual(self.catalog(SearchableText='aaa')[0].id, 'aaa')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Failure in test testSearchReturnsDocumentUsing_AND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 381, in testSearchReturnsDocumentUsing_AND
    self.assertEqual(len(self.catalog(SearchableText='aaa AND ccc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testSearchReturnsDocumentUsing_DefaultAND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 376, in testSearchReturnsDocumentUsing_DefaultAND
    self.assertEqual(len(self.catalog(SearchableText='aaa ccc')), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testSearchReturnsDocumentUsing_OR (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 386, in testSearchReturnsDocumentUsing_OR
    self.assertEqual(len(results), 2)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 2

.

Error in test testSearchReturnsDocumentWhenPermissionIsTroughLocalRole (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
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 396, in testSearchReturnsDocumentWhenPermissionIsTroughLocalRole
    self.assertEqual(self.catalog(SearchableText='aaa')[0].id, 'aaa')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Failure in test testFolderTitleIsUpdatedOnFolderRename (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
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 525, in testFolderTitleIsUpdatedOnFolderRename
    self.failUnless(results)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testFolderTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
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 511, in testFolderTitleIsUpdatedOnFolderTitleChange
    self.failUnless(results)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testSetTitleDoesNotUpdateCatalog (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
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 533, in testSetTitleDoesNotUpdateCatalog
    self.failUnless(self.catalog(getId='foo'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testAllObjectsHaveOrder (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 655, in testAllObjectsHaveOrder
    self.failUnless(len(members_query))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

..

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', 'doc6', 'doc8']

.

Failure in test testOrderIsFineWithObjectCreation (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 592, in testOrderIsFineWithObjectCreation
    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: [] != ['doc1', 'doc2', 'doc3', 'doc4', 'doc5']

.

Failure in test testOrderIsFineWithObjectDeletion (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 600, in testOrderIsFineWithObjectDeletion
    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: [] != ['doc1', 'doc2', 'doc4']

.

Failure in test testOrderIsFineWithObjectRenaming (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 615, in testOrderIsFineWithObjectRenaming
    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: [] != ['doc1', 'buzz', 'doc3', 'doc4']

.

Failure in test testOrderIsUpdatedOnMoveBottom (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 584, in testOrderIsUpdatedOnMoveBottom
    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: [] != ['doc1', 'doc2', 'doc4', 'doc3']

.

Failure in test testOrderIsUpdatedOnMoveDown (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 560, in testOrderIsUpdatedOnMoveDown
    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', 'doc3', 'doc4']

.

Failure in test testOrderIsUpdatedOnMoveTop (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 576, in testOrderIsUpdatedOnMoveTop
    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: [] != ['doc3', 'doc1', 'doc2', 'doc4']

.

Failure in test testOrderIsUpdatedOnMoveUp (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 568, in testOrderIsUpdatedOnMoveUp
    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: [] != ['doc1', 'doc3', 'doc2', 'doc4']

.....

Failure in test testPendingCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
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 736, in testPendingCanBeFound
    self.failUnless(self.catalog(getId='doc'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

..

Failure in test testPrivateCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
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 728, in testPrivateCanBeFound
    self.failUnless(self.catalog(getId='doc'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

...

Failure in test testPublishedCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
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 746, in testPublishedCanBeFound
    self.failUnless(self.catalog(getId='doc'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.....

Failure in test testVisibleCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
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 721, in testVisibleCanBeFound
    self.failUnless(self.catalog(getId='doc'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

..

Failure in test testCall (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 816, in testCall
    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: [] != ['doc', 'test_user_1_']

.

Failure in test testCallExpired (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 830, in testCallExpired
    self.assertResults(res, base_content[:-1])
  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_']

.

Failure in test testCallExpiredWithExpiredDisabled (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 844, in testCallExpiredWithExpiredDisabled
    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: [] != ['doc', 'test_user_1_']

.

Failure in test testCallExpiredWithPermission (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 860, in testCallExpiredWithPermission
    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: [] != ['doc', 'test_user_1_']

..

Failure in test testSearchResults (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 812, in testSearchResults
    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: [] != ['doc', 'test_user_1_']

.

Failure in test testSearchResultsExpired (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 823, in testSearchResultsExpired
    self.assertResults(res, base_content[:-1])
  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_']

.

Failure in test testSearchResultsExpiredWithAdditionalExpiryFilter (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 885, in testSearchResultsExpiredWithAdditionalExpiryFilter
    self.assertResults(res, base_content[:-1])
  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_']

.

Failure in test testSearchResultsExpiredWithExpiredDisabled (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 837, in testSearchResultsExpiredWithExpiredDisabled
    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: [] != ['doc', 'test_user_1_']

.

Failure in test testSearchResultsExpiredWithPermission (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 852, in testSearchResultsExpiredWithPermission
    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: [] != ['doc', 'test_user_1_']

.

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 868, in testSearchResultsWithAdditionalExpiryFilter
    self.assertResults(res, base_content[:-1])
  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_']

..

Error in test testWrapper (Products.CMFPlone.tests.testCatalogTool.TestExtensibleIndexableObjectWrapper)
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 915, in testWrapper
    self.failUnlessEqual(wrapped.getId(), 'doc')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/CatalogTool.py", line 108, in __getattr__
    return super(ExtensibleIndexableObjectWrapper, self).__getattr__(name)
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/CatalogTool.py", line 90, in __getattr__
    return getattr(self.__ob, name)
AttributeError: 'dict' object has no attribute 'getId'

....

Failure in test test_provided (Products.CMFPlone.tests.testCatalogTool.TestExtensibleIndexableObjectWrapper)
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 942, in test_provided
    self.failUnless(IContentish.providedBy(w))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Error in test testSortTitleIgnoresCase (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
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 459, in testSortTitleIgnoresCase
    self.assertEqual(results[0].getId, 'doc5')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Error in test testSortTitleReturnsProperOrderForNumbers (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
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 452, in testSortTitleReturnsProperOrderForNumbers
    self.assertEqual(results[0].getId, 'doc2')
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.5-linux-i686.egg/Products/ZCatalog/Lazy.py", line 94, in __getitem__
    except: raise IndexError, index
IndexError: 0

.

Failure in test testSortableLongNumberPrefix (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
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 486, in testSortableLongNumberPrefix
    u'000001.000002.000003 foo document')
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != u'000001.000002.000003 foo document'

.

Failure in test testSortableNonASCIITitles (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
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 477, in testSortableNonASCIITitles
    self.assertEqual(wrapped.sortable_title, u'la pe\xf1a'.encode('utf-8'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != 'la pe\xc3\xb1a'

.

Failure in test testSortableTitleOutput (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
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 468, in testSortableTitleOutput
    self.assertEqual(wrapped.sortable_title, u'000012 document 000025')
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != u'000012 document 000025'

......................................................................../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 testCatalogTitleAndIdAreUpdatedOnFolderRename (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
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/testFolderButtons.py", line 74, in testCatalogTitleAndIdAreUpdatedOnFolderRename
    self.failUnless(results)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testCatalogTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
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/testFolderButtons.py", line 50, in testCatalogTitleIsUpdatedOnFolderTitleChange
    self.failUnless(results)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

............

Failure in test testCatalogIsUpdatedOnFolderPublish (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
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/testFolderButtons.py", line 215, in testCatalogIsUpdatedOnFolderPublish
    self.assertEqual(len(results),1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

...................................

Failure in test testDontShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 369, in testDontShowAllParents
    self.assertEqual(len(tree), 2)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 2

.

Failure in test testGetFromFixed (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 225, in testGetFromFixed
    self.assertEqual(len(tree), 3)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 3

.

Failure in test testGetFromFixedAndDepth (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 234, in testGetFromFixedAndDepth
    self.assertEqual(len(tree), 5)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 5

.

Failure in test testGetFromRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 90, in testGetFromRoot
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetFromRootIgnoresDefaultPages (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 265, in testGetFromRootIgnoresDefaultPages
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetFromRootWithCurrent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 244, in testGetFromRootWithCurrent
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetFromRootWithCurrentFolderishNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 440, in testGetFromRootWithCurrentFolderishNavtreePruned
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

..

Failure in test testGetFromRootWithCurrentNavtree (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 382, in testGetFromRootWithCurrentNavtree
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetFromRootWithCurrentNavtreeAndStartLevel (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 402, in testGetFromRootWithCurrentNavtreeAndStartLevel
    self.assertEqual(len(tree), 3)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 3

.

Failure in test testGetFromRootWithCurrentNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 418, in testGetFromRootWithCurrentNavtreePruned
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetFromRootWithCustomQuery (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 303, in testGetFromRootWithCustomQuery
    self.assertEqual(len(tree), 3)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 3

.

Error in test testGetFromRootWithDecoratorFactory (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 314, in testGetFromRootWithDecoratorFactory
    self.assertEqual(tree[0]['foo'], True)
IndexError: list index out of range

.

Failure in test testGetFromRootWithNodeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 127, in testGetFromRootWithNodeFilter
    self.assertEqual(len(tree), 3)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 3

.

Failure in test testGetFromRootWithNodeFilterOnFolder (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 143, in testGetFromRootWithNodeFilterOnFolder
    self.assertEqual(len(tree), 4)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 4

.

Failure in test testGetFromRootWithSpecifiedRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 116, in testGetFromRootWithSpecifiedRoot
    self.assertEqual(len(tree), 3)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 3

.

Failure in test testGetFromRootWithSubtreeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 155, in testGetFromRootWithSubtreeFilter
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Failure in test testGetWithRootContext (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 200, in testGetWithRootContext
    self.assertEqual(len(tree), 6)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 6

.

Error in test testNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 178, in testNonFolderishObjectNotExpanded
    self.assertEqual(tree[-1]['item'].getPath(), rootPath + '/ns_folder')
IndexError: list index out of range

.

Failure in test testShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 323, in testShowAllParents
    self.assertEqual(len(tree), 2)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 2

.

Error in test testShowAllParentsOverridesNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 193, in testShowAllParentsOverridesNonFolderishObjectNotExpanded
    self.assertEqual(tree[-1]['item'].getPath(), rootPath + '/ns_folder')
IndexError: list index out of range

.

Failure in test testShowAllParentsWithParentNotInCatalog (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 359, in testShowAllParentsWithParentNotInCatalog
    self.assertEqual(len(tree), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testShowAllParentsWithRestrictedParent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
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/testNavTree.py", line 340, in testShowAllParentsWithRestrictedParent
    self.assertEqual(len(tree), 2)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 2

......

Error in test testAboveRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 282, in testAboveRoot
    self.assertEqual(tree['children'][0]['item'].getPath(), '/plone/folder2/doc21')
IndexError: list index out of range

.

Error in test testBottomLevelStopsAtFolder (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 240, in testBottomLevelStopsAtFolder
    self.assertEqual(tree['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

..

Error in test testCreateNavTreeCurrentItem (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 70, in testCreateNavTreeCurrentItem
    self.assertEqual(tree['children'][-1]['currentItem'], True)
IndexError: list index out of range

..

Failure in test testCustomQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 314, in testCustomQuery
    self.assertEqual(len(tree['children']), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Error in test testNavTreeExcludesDefaultPage (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 135, in testNavTreeExcludesDefaultPage
    self.assertEqual([c for c in tree['children'][-1]['children']
IndexError: list index out of range

...

Error in test testNavTreeMarksParentMetaTypesNotToQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 143, in testNavTreeMarksParentMetaTypesNotToQuery
    self.assertEqual(tree['children'][-1]['show_children'],True)
IndexError: list index out of range

.

Error in test testNoRootSet (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 249, in testNoRootSet
    self.assertEqual(tree['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

.

Error in test testNonStructuralFolderHidesChildren (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 174, in testNonStructuralFolderHidesChildren
    self.assertEqual(len(tree['children'][0]['children']), 0)
IndexError: list index out of range

.

Error in test testOutsideRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 290, in testOutsideRoot
    self.assertEqual(tree['children'][0]['item'].getPath(), '/plone/folder2/doc21')
IndexError: list index out of range

..

Error in test testRootIsCurrent (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 298, in testRootIsCurrent
    self.assertEqual(tree['children'][0]['item'].getPath(), '/plone/folder2/doc21')
IndexError: list index out of range

.

Error in test testRootIsNotPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 265, in testRootIsNotPortal
    self.assertEqual(tree['children'][0]['item'].getPath(), '/plone/folder2/doc21')
IndexError: list index out of range

.

Error in test testRootIsPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 257, in testRootIsPortal
    self.assertEqual(tree['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

.

Error in test testShowAllParentsOverridesBottomLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 230, in testShowAllParentsOverridesBottomLevel
    self.assertEqual(tree['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

.

Failure in test testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 126, in testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList
    self.failUnless(found)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 99, in testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty
    self.failUnless(found)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testStateFiltering (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 336, in testStateFiltering
    self.assertEqual(len(tree['children']), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Error in test testTopLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 182, in testTopLevel
    self.assertEqual(tree['children'][-1]['item'].getPath(), '/plone/folder2/file21')
IndexError: list index out of range

...

Failure in test testTopLevelWithNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
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/testNavigationView.py", line 208, in testTopLevelWithNavigationRoot
    self.assertEqual(len(tree['children']), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

..

Error in test testComplexSitemap (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
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/testNavigationView.py", line 421, in testComplexSitemap
    folder1map = sitemap['children'][4]
IndexError: list index out of range

..

Error in test testSitemapWithBottomLevel (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
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/testNavigationView.py", line 466, in testSitemapWithBottomLevel
    self.assertEqual(sitemap['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

.

Error in test testSitemapWithNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
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/testNavigationView.py", line 474, in testSitemapWithNavigationRoot
    self.assertEqual(sitemap['children'][-1]['item'].getPath(), '/plone/folder2/file21')
IndexError: list index out of range

.

Error in test testSitemapWithTopLevel (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
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/testNavigationView.py", line 459, in testSitemapWithTopLevel
    self.assertEqual(sitemap['children'][-1]['item'].getPath(), '/plone/folder2')
IndexError: list index out of range

.

Failure in test testBreadcrumbsRespectTypesWithViewAction (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
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/testNavigationView.py", line 516, in testBreadcrumbsRespectTypesWithViewAction
    self.failUnless(crumbs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testBreadcrumbsStopAtNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
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/testNavigationView.py", line 524, in testBreadcrumbsStopAtNavigationRoot
    self.failUnless(crumbs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

.

Failure in test testCreateBreadCrumbs (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
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/testNavigationView.py", line 505, in testCreateBreadCrumbs
    self.failUnless(crumbs)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

........

Error in test testNextPreviousItems (Products.CMFPlone.tests.testNextPrevious.TestNextPrevious)
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/testNextPrevious.py", line 96, in testNextPreviousItems
    self.failUnlessEqual(next["id"], 'subDoc3')
TypeError: 'NoneType' object is unsubscriptable

..

Error in test testNextPreviousViewEnabled (Products.CMFPlone.tests.testNextPrevious.TestNextPrevious)
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/testNextPrevious.py", line 69, in testNextPreviousViewEnabled
    self.assertEquals(next['url'], self.portal.folder1.doc13.absolute_url())
TypeError: 'NoneType' object is unsubscriptable

..........................

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

..

Failure in test testPublishDocument (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 27, in testPublishDocument
    self.failUnless(self.catalog(id='new', review_state='published'))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

..............

Failure in test testChangeOwnershipOfRecursive (Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff)
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/testPloneTool.py", line 220, in testChangeOwnershipOfRecursive
    ['Owner'])
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPloneTool.py", line 173, in assertList
    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: [] != ['Owner']

......................................

Failure in test test_pretty_title_or_id_on_catalog_brain (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
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/testPloneTool.py", line 570, in test_pretty_title_or_id_on_catalog_brain
    self.assertEqual(len(results), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test test_pretty_title_or_id_on_catalog_brain_autogenerated (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
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/testPloneTool.py", line 589, in test_pretty_title_or_id_on_catalog_brain_autogenerated
    self.assertEqual(len(results), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test test_pretty_title_or_id_on_catalog_brain_no_title (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
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/testPloneTool.py", line 601, in test_pretty_title_or_id_on_catalog_brain_no_title
    self.assertEqual(len(results), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test test_pretty_title_or_id_on_catalog_brain_returns_id (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
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/testPloneTool.py", line 579, in test_pretty_title_or_id_on_catalog_brain_returns_id
    self.assertEqual(len(results), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

...............................................................................
...............................................................

Failure in test testSearchableText (Products.CMFPlone.tests.testQueryCatalog.TestQueryCatalogParseError)
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/testQueryCatalog.py", line 204, in testSearchableText
    self.failUnless(self.portal.queryCatalog(request))
  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))
...............................

Failure in test testGetSyndicatableContent (Products.CMFPlone.tests.testSyndicationTool.TestSyndicationTool)
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/testSyndicationTool.py", line 39, in testGetSyndicatableContent
    self.assertEqual(len(content),2)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 2

...............

Failure in test testIndexUnicode (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 221, in testIndexUnicode
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testIndexUnicodeLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 227, in testIndexUnicodeLower
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

..

Failure in test testQueryByLatin1 (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 170, in testQueryByLatin1
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryByLatin1Lower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 184, in testQueryByLatin1Lower
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryByUmlaut (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 136, in testQueryByUmlaut
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryByUmlautLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 142, in testQueryByUmlautLower
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryByUnicode (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 209, in testQueryByUnicode
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryByUnicodeLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 215, in testQueryByUnicodeLower
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryDifferentiatesUmlauts (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 150, in testQueryDifferentiatesUmlauts
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

.

Failure in test testQueryDifferentiatesUmlautsLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
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/testUnicodeSplitter.py", line 158, in testQueryDifferentiatesUmlautsLower
    self.assertEqual(len(brains), 1)
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 0 != 1

...............................................................................
............

Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 114, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[34]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 115, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cut').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[35]>", line 1, in <module>
        browser.getControl('Cut').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cut'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 135, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Paste').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[44]>", line 1, in <module>
        browser.getControl('Paste').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 136, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) pasted.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 138, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 162, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[54]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 163, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[55]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 164, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) deleted.' in browser.contents
Expected:
    True
Got:
    False

..............................................
  Ran 814 tests with 96 failures and 33 errors in 2 minutes 48.363 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.313 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.024 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Running:
.............................
  Ran 29 tests with 0 failures and 0 errors in 0.038 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.

Tests with errors:
   testIndexObjectUpdatesMetadata (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexObjectSkipsMetadata (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexObjectUpdatesMetadata (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexTitleOnlySkipsMetadata (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexTitleOnlyUpdatesMetadata (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testSearchRespectsLocalRoleAcquisition (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testSearchReturnsDocument (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testSearchReturnsDocumentWhenPermissionIsTroughLocalRole (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testWrapper (Products.CMFPlone.tests.testCatalogTool.TestExtensibleIndexableObjectWrapper)
   testSortTitleIgnoresCase (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
   testSortTitleReturnsProperOrderForNumbers (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
   testGetFromRootWithDecoratorFactory (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testShowAllParentsOverridesNonFolderishObjectNotExpanded (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testAboveRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testBottomLevelStopsAtFolder (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testCreateNavTreeCurrentItem (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testNavTreeExcludesDefaultPage (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testNavTreeMarksParentMetaTypesNotToQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testNoRootSet (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testNonStructuralFolderHidesChildren (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testOutsideRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testRootIsCurrent (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testRootIsNotPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testRootIsPortal (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testShowAllParentsOverridesBottomLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testTopLevel (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testComplexSitemap (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
   testSitemapWithBottomLevel (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
   testSitemapWithNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
   testSitemapWithTopLevel (Products.CMFPlone.tests.testNavigationView.TestSiteMap)
   testNextPreviousItems (Products.CMFPlone.tests.testNextPrevious.TestNextPrevious)
   testNextPreviousViewEnabled (Products.CMFPlone.tests.testNextPrevious.TestNextPrevious)

Tests with failures:
   testSetDefaultPageUpdatesCatalog (Products.CMFPlone.tests.testBrowserDefault.TestPortalBrowserDefault)
   testDefaultJSIsInstalled (Products.CMFPlone.tests.testCSSandJSRegistry.TestJSRegistry)
   testCatalogGetEvents (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
   testCatalogGetEventsInPath (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
   testGetEventsForCalendar (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
   testGetEventsForCalendarInPath (Products.CMFPlone.tests.testCalendarTool.TestCalendarTool)
   testClearFindAndRebuildAddsMissingContent (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testClearFindAndRebuildKeepsModificationDate (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testClearFindAndRebuildRemovesBadContent (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testIndexObject (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexObject (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testReindexTitleOnly (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testUnindexObject (Products.CMFPlone.tests.testCatalogTool.TestCatalogIndexing)
   testSearchReturnsDocumentUsing_AND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testSearchReturnsDocumentUsing_DefaultAND (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testSearchReturnsDocumentUsing_OR (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
   testFolderTitleIsUpdatedOnFolderRename (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
   testFolderTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
   testSetTitleDoesNotUpdateCatalog (Products.CMFPlone.tests.testCatalogTool.TestFolderCataloging)
   testAllObjectsHaveOrder (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderAfterALotOfChanges (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsFineWithObjectCreation (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsFineWithObjectDeletion (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsFineWithObjectRenaming (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsUpdatedOnMoveBottom (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsUpdatedOnMoveDown (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsUpdatedOnMoveTop (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testOrderIsUpdatedOnMoveUp (Products.CMFPlone.tests.testCatalogTool.TestCatalogOrdering)
   testPendingCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
   testPrivateCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
   testPublishedCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
   testVisibleCanBeFound (Products.CMFPlone.tests.testCatalogTool.TestCatalogUnindexing)
   testCall (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testCallExpired (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testCallExpiredWithExpiredDisabled (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testCallExpiredWithPermission (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResults (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResultsExpired (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResultsExpiredWithAdditionalExpiryFilter (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResultsExpiredWithExpiredDisabled (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResultsExpiredWithPermission (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   testSearchResultsWithAdditionalExpiryFilter (Products.CMFPlone.tests.testCatalogTool.TestCatalogExpirationFiltering)
   test_provided (Products.CMFPlone.tests.testCatalogTool.TestExtensibleIndexableObjectWrapper)
   testSortableLongNumberPrefix (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
   testSortableNonASCIITitles (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
   testSortableTitleOutput (Products.CMFPlone.tests.testCatalogTool.TestCatalogSorting)
   testCatalogTitleAndIdAreUpdatedOnFolderRename (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
   testCatalogTitleIsUpdatedOnFolderTitleChange (Products.CMFPlone.tests.testFolderButtons.TestFolderRename)
   testCatalogIsUpdatedOnFolderPublish (Products.CMFPlone.tests.testFolderButtons.TestFolderPublish)
   testDontShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromFixed (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromFixedAndDepth (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootIgnoresDefaultPages (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCurrent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCurrentFolderishNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCurrentNavtree (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCurrentNavtreeAndStartLevel (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCurrentNavtreePruned (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithCustomQuery (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithNodeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithNodeFilterOnFolder (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithSpecifiedRoot (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetFromRootWithSubtreeFilter (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testGetWithRootContext (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testShowAllParents (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testShowAllParentsWithParentNotInCatalog (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testShowAllParentsWithRestrictedParent (Products.CMFPlone.tests.testNavTree.TestFolderTree)
   testCustomQuery (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testStateFiltering (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testTopLevelWithNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogNavTree)
   testBreadcrumbsRespectTypesWithViewAction (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
   testBreadcrumbsStopAtNavigationRoot (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
   testCreateBreadCrumbs (Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs)
   testAddDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
   testPublishDocument (Products.CMFPlone.tests.testPloneTestCase.TestPloneTestCase)
   testChangeOwnershipOfRecursive (Products.CMFPlone.tests.testPloneTool.TestOwnershipStuff)
   test_pretty_title_or_id_on_catalog_brain (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
   test_pretty_title_or_id_on_catalog_brain_autogenerated (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
   test_pretty_title_or_id_on_catalog_brain_no_title (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
   test_pretty_title_or_id_on_catalog_brain_returns_id (Products.CMFPlone.tests.testPloneTool.TestIDGenerationMethods)
   testSearchableText (Products.CMFPlone.tests.testQueryCatalog.TestQueryCatalogParseError)
   testGetSyndicatableContent (Products.CMFPlone.tests.testSyndicationTool.TestSyndicationTool)
   testIndexUnicode (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testIndexUnicodeLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByLatin1 (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByLatin1Lower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByUmlaut (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByUmlautLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByUnicode (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryByUnicodeLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryDifferentiatesUmlauts (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   testQueryDifferentiatesUmlautsLower (Products.CMFPlone.tests.testUnicodeSplitter.TestQuery)
   /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Total: 959 tests, 96 failures, 33 errors in 3 minutes 7.494 seconds.

FAILED (failures=96, errors=33) 




More information about the Testbot mailing list