[Testbot] FAILED (108 packages, 2 failures) : Plone-4.1 Zope-2.13 Python-2.6.5

Plone Tests plone-tests at epy.co.at
Tue Apr 5 06:24:42 UTC 2011


Plone Tests : FAILED (108 packages, 2 failures)
Plone-4.1 Zope-2.13 Python-2.6.5

Running ./bin/alltests -q --no-color --no-progress
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.093 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 3.984 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.702 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.529 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.032 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.326 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.044 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ZCatalog-2.13.8-py2.6.egg/Products/ZCatalog/ZCatalog.py:604: DeprecationWarning: Your query None produced no query restriction. Currently the entire catalog content is returned. In Zope 2.14 this will result in an empty LazyCat to be returned.
  return self._catalog.searchResults(REQUEST, used, **kw)
  Ran 614 tests with 0 failures and 0 errors in 1 minutes 23.172 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.200 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 645 tests, 0 failures, 0 errors in 1 minutes 38.646 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.i18ntestcase-1.2-py2.6.egg/Products/i18ntestcase/PotTestCase.py:13: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  from popen2 import popen4
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.kupu/Products/kupu/plone/tests/TestContent.py:4: DeprecationWarning: Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget has moved to archetypes.referencebrowserwidget.widget. Import of Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget will become unsupported in Plone 5.0
  from Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget import ReferenceBrowserWidget
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.010 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.444 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.kupu/Products/kupu/plone/util.py:29: DeprecationWarning: minimalpath() is deprecated and will be removed in CMF 2.3.
  kupu_plone_skin_dir = minimalpath(os.path.join(kupu_package_dir, relpath))
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.kupu/Products/kupu/plone/util.py:30: DeprecationWarning: createDirectoryView() called with deprecated reg_key format. Support for old key formats will be removed in CMF 2.3. Please use the new key format <product>:<subdir> instead.
  createDirectoryView(skinstool, kupu_plone_skin_dir, name)
<string>:207: DeprecationWarning: changeSkin should be called with 'REQUEST' as second argument. The BBB code will be removed in CMF 2.3.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.kupu/Products/kupu/plone/tests/kuputestcase.py:26: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', Products.kupu.plone)
 in 5.609 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFPlacefulWorkflow-1.5.4-py2.6.egg/Products/CMFPlacefulWorkflow/tests/policy_form.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  ;-*-Doctest-*-
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.kupu/Products/kupu/plone/plonedrawers.py:224: DeprecationWarning: getIcon() is deprecated and provides only limited backwards compatibility. It will be removed in CMF 2.4. Please use getIconExprObject() instead.
  return "%s/%s" % (self.base, type.getIcon())
  Ran 390 tests with 0 failures and 0 errors in 23.365 seconds.
Running Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer tests:
  Set up Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.003 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.999 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.210 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Generated checkid_setup request to http://www.myopenid.com/server with assocication {HMAC-SHA1}{4d9aab0e}{la/xEA==}
Generated checkid_setup request to http://www.myopenid.com/server with assocication {HMAC-SHA1}{4d9aab0e}{ylHwQw==}
  Ran 19 tests with 0 failures and 0 errors in 1.896 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 413 tests, 0 failures, 0 errors in 35.563 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.712 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:1: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  #!/usr/local/python2.6/bin/python
  Ran 9 tests with 0 failures and 0 errors in 0.094 seconds.
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.207 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.325 seconds.
  Ran 59 tests with 0 failures and 0 errors in 3.807 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.452 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ZCatalog-2.13.8-py2.6.egg/Products/ZCatalog/ZCatalog.py:604: DeprecationWarning: Your query None produced no query restriction. Currently the entire catalog content is returned. In Zope 2.14 this will result in an empty LazyCat to be returned.
  return self._catalog.searchResults(REQUEST, used, **kw)
  Ran 462 tests with 0 failures and 0 errors in 36.328 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.039 seconds.
  Tear down Products.Archetypes.tests.layer.ZCML in 0.005 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.168 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.590 seconds.
  Ran 10 tests with 0 failures and 0 errors in 1.667 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.006 seconds.
  Ran 19 tests with 0 failures and 0 errors in 1.894 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.195 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.841 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 584 tests, 0 failures, 0 errors in 56.800 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.081 seconds.
  Ran 229 tests with 0 failures and 0 errors in 1.192 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.162 seconds.
  Set up Products.CMFCalendar.testing.FunctionalLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.618 seconds.
  Ran 20 tests with 0 failures and 0 errors in 1.525 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
  Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.017 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
  Ran 8 tests with 0 failures and 0 errors in 0.200 seconds.
Running Products.CMFCore.testing.ExportImportZCMLLayer tests:
  Tear down Products.CMFCore.testing.EventZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.ExportImportZCMLLayer in 0.001 seconds.
  Ran 10 tests with 0 failures and 0 errors in 0.626 seconds.
Running Products.CMFCore.testing.TraversingEventZCMLLayer tests:
  Tear down Products.CMFCore.testing.ExportImportZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.TraversingEventZCMLLayer in 0.001 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.164 seconds.
Running Products.CMFDefault.testing.FunctionalLayer tests:
  Tear down Products.CMFCore.testing.TraversingEventZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.146 seconds.
  Set up Products.CMFDefault.testing.FunctionalLayer in 0.295 seconds.
  Ran 32 tests with 0 failures and 0 errors in 4.220 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFDefault.testing.FunctionalLayer in 0.015 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.002 seconds.
  Set up Products.CMFUid.testing.UidEventZCMLLayer in 0.001 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.308 seconds.
Running Products.DCWorkflow.testing.ExportImportZCMLLayer tests:
  Tear down Products.CMFUid.testing.UidEventZCMLLayer in 0.000 seconds.
  Set up Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.140 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.733 seconds.
Running Products.GenericSetup.testing.ExportImportZCMLLayer tests:
  Tear down Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.000 seconds.
  Set up Products.GenericSetup.testing.ExportImportZCMLLayer in 0.045 seconds.
  Ran 192 tests with 0 failures and 0 errors in 0.629 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.000 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 261 tests with 0 failures and 0 errors in 0.289 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 807 tests, 0 failures, 0 errors in 12.698 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.839 seconds.
  Ran 27 tests with 0 failures and 0 errors in 0.056 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.204 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.483 seconds.
  Ran 135 tests with 0 failures and 0 errors in 23.672 seconds.
Running Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer tests:
  Set up Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFDiffTool-2.0-py2.6.egg/Products/CMFDiffTool/tests/BaseTestCase.py:39: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', schemaextender)
 in 0.013 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.296 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Tear down Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.224 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.006 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 2.791 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.290 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.399 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.032 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.349 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.611 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.110 seconds.
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.237 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.070 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.blob.tests.layer.BlobReplacementLayer in 0.000 seconds.
  Tear down plone.app.blob.tests.layer.BlobLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.216 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.005 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 191 tests, 0 failures, 0 errors in 49.291 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testSSOLogin.py:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.content-2.0.4-py2.6.egg/plone/app/content/browser/tests/test_doctests.py:1: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.i18n-2.0-py2.6.egg/plone/app/i18n/locales/browser/tests.py:7: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing.doctestunit import DocTestSuite
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.448 seconds.
  Ran 120 tests with 0 failures and 0 errors in 0.725 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 3.100 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.236 seconds.
  Ran 31 tests with 0 failures and 0 errors in 3.169 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.018 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.323 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.016 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 11.262 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PortalTransforms-2.0.6-py2.6.egg/Products/PortalTransforms/libtransforms/commandtransform.py:103: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 145, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[44]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 166, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Paste').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[54]>", line 1, in <module>
        browser.getControl('Paste').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 167, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) pasted.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 186, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[60]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 187, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[61]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 188, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) deleted.' in browser.contents
Expected:
    True
Got:
    False




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for csrf.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 381, in csrf.txt
Failed example:
    browser.getControl('a document').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[161]>", line 1, in <module>
        browser.getControl('a document').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'a document'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 388, in csrf.txt
Failed example:
    browser.getControl('a document').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[164]>", line 1, in <module>
        browser.getControl('a document').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'a document'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 390, in csrf.txt
Failed example:
    browser.contents
Expected:
    '...Info...Item(s) deleted...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    <!-- Forces IE8+ into newest rendering engine even if on an intranet. This has to be defined before any script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n        <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey7177.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9649.css" />\n    <style type="text/css" media="screen
 ">@import url(http://nohost/plone/portal_css/Sunburst%20Theme/resourceplone.app.discussion.stylesheetsdiscussion-cachekey5758.css);</style>\n    <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Sunburst%20Theme/resourceplone.app.jquerytools.overlays-cachekey6865.css);</style>\n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5895.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6856.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey5719.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey5839.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey
 3721.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey0250.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/resourceplone.app.discussion.javascriptscomments-cachekey8700.js"></script>\n\n\n<title>Plone site</title>\n        \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n      \n        \n        \n        \n\n        <meta nam
 e="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-folder_contents portaltype-plone-site icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0"> <!-- TODO: Temporary, this one should be in the template that is inserted -->\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="
 http://nohost/plone/dashboard">John Doe</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-plone_setup">\n            <a href="http://nohost/plone/@@overview-controlpanel">Site Setup</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" access
 key="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Home" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="" title="" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure"
 >Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li><li id="portaltab-a-document" class="plain"><a href="http://nohost/plone/a-document" title="">a document</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-3:4 position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        \n    
 </span>\n\n</div>\n</div>\n            \n            \n                <div class="documentEditable">\n\n                    <div id="edit-bar">\n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \
 n\n        </ul>\n\n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu deactivated" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An always-updated saved search that can be used to display items matching criteria you specify.">\n                        \n                        <span class="subMenuTitle">Collect
 ion</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Events can be shown in calendars.">\n                        \n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="Lets you upload a file to the site.">\n                        \n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder"
  class="contenttype-folder" id="folder" title="">\n                        \n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="Images can be referenced in pages or displayed in an album.">\n                        \n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="Links to an internal or external resource.">\n                        \n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n
                   </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up in news listings.">\n                        \n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="">\n                        \n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div></div>\n\n                    \n\n    <dl class="portalMessage info" id="kssPor
 talMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Please select one or more items to delete.</dd>\n        </dl>\n\n    \n\n\n                    \n                        <div id="content">\n\n                            \n\n                                                                                        \n\n                                                          \n                             \n          <h1 class="documentFirstHeading"> \n              \n              \n                  Plone site\n              \n          </h1>        \n                                                                                     \n                             <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    <span>\n      last modified\n    </span>\n    Apr 05, 2011 07:44 AM\n  </spa
 n>\n\n  \n\n  \n\n  \n\n  \n\n</div>\n                             \n\n                             \n          \n          \n              \n          \n                                                                               \n\n                                                           \n                             <div id="content-core">                                                                      \n                                 \n          \n\n          <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n            <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-
 before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort column" id="foldercontents-order-column">\n          </th>\n          <th class="nosort" id="foldercontents-select-column">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\
 n          \n            <tr class="draggable odd" id="folder-contents-item-front-page">\n\n              <td class="draggable">\n               \n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n               \n              </td>\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">front-page</label>\n              </td>\n              <td
 >\n                  \n                  <a href="http://nohost/plone/front-page" class=" state-published contenttype-document" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>front-page</strong>\n                  </a>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.8 kB</span>\n              </td>\n              <td class="state-published">Apr 05, 2011 07:44 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-news">\n\n              <td class="draggable">\n               \n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n       
          <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n               \n              </td>\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">news</label>\n              </td>\n              <td>\n                  \n                  <a href="http://nohost/plone/news/folder_contents" class=" state-published contenttype-folder" title="Folder: Site News">\n                    news\n                  </a>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">1 kB</span>\n              </td>\n              <td class="st
 ate-published">Apr 05, 2011 07:44 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-events">\n\n              <td class="draggable">\n               \n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n               \n              </td>\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list"
  value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">events</label>\n              </td>\n              <td>\n                  \n                  <a href="http://nohost/plone/events/folder_contents" class=" state-published contenttype-folder" title="Folder: Site Events">\n                    events\n                  </a>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">1 kB</span>\n              </td>\n              <td class="state-published">Apr 05, 2011 07:44 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-Members">\n\n              <td class="draggable">\n               \n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="M
 ove item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n               \n              </td>\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</label>\n              </td>\n              <td>\n                  \n                  <a href="http://nohost/plone/Members/folder_contents" class=" state-published contenttype-folder" title="Folder: Site Users">\n                    Members\n                  </a>\n\n                \n              </td>\n\n              <td>\n   
              \n                <span class="state-published">1 kB</span>\n              </td>\n              <td class="state-published">Apr 05, 2011 07:44 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-a-document">\n\n              <td class="draggable">\n               \n                <a href="http://nohost/plone/folder_position?position=up&amp;id=a-document" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=a-document" title="Move item down">\n                  &#9660;\n                </a>\n               \n              </td>\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_a-documen
 t" value="/plone/a-document" alt="Select a document" title="Select a document" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/a-document" />\n                <label class="hiddenStructure" for="cb_a-document">a-document</label>\n              </td>\n              <td>\n                  \n                  <a href="http://nohost/plone/a-document" class=" state-visible contenttype-document" title="Page: ">\n                    a-document\n                  </a>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">0 kB</span>\n              </td>\n              <td class="state-visible">Apr 05, 2011 07:46 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class
 ="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n            <input type="hidden" name="_authenticator" value="db65067bcde40df895be9dd2aab39dd9a2c1fc70"/>\n          </form>\n                                                                                  \n                             </div>                                                                                       \n                             \n\n    <div class="visualClear"><!-- --></div>\n\n    <div class="documentActions">\n        \n\n        \n\n    </d
 iv>\n                              \n\n                            \n                        </div>\n                    \n\n                    \n                </div>\n            \n        \n            <div id="viewlet-below-content">\n</div>\n        </div>\n\n        \n        \n\n        <div id="portal-column-two" class="cell width-1:4 position-3:4">\n            \n                \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e657773" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e657773">\n<dl class="portlet portletNews">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/news" class="tile">News</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    \n    <dd class="portletItem odd">\n\n        <a href="http://nohost/plone/Members/test_user_1_/important" class="tile" title="">\n
             \n            some important news!\n         </a>\n            <span class="portletItemDetails">Apr 05, 2011</span>\n        \n    </dd>\n    \n\n    <dd class="portletFooter">\n        <span class="portletBottomLeft"></span>\n        <a href="http://nohost/plone/news">\n          More news&hellip;\n        </a>\n        <span class="portletBottomRight"></span>\n    </dd>\n    \n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen" href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n            \n        </div>\n        \n    </div>\n\n\n    \n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>&reg;</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">&copy;</acronym>\n                2000-20
 11\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone &amp; Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plon
 e/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n    \n\n</div>\n</body>\n</html>\n\n\n'


/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/browser/controlpanel.py:102: DeprecationWarning: Use site_url instead. ViewletBase.portal_url will be removed in Plone 4
  """ % self.portal_url


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/tests/multipublish.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for multipublish.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 99, in multipublish.txt
Failed example:
    browser.getControl('My news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[51]>", line 1, in <module>
        browser.getControl('My news item').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'My news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 100, in multipublish.txt
Failed example:
    browser.getControl('Second news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[52]>", line 1, in <module>
        browser.getControl('Second news item').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Second news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.1-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 108, in multipublish.txt
Failed example:
    browser.getControl('Publish').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[56]>", line 1, in <module>
        browser.getControl('Publish').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.redirector-1.1.1-py2.6.egg/plone/app/redirector/tests/browser.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.redirector-1.1.1-py2.6.egg/plone/app/redirector/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.redirector-1.1.1-py2.6.egg/plone/app/redirector/tests/browser.txt", line 30, in browser.txt
Failed example:
    browser.getControl('Foo').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[13]>", line 1, in <module>
        browser.getControl('Foo').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Foo'


  Ran 1488 tests with 4 failures and 0 errors in 4 minutes 22.878 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.003 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.648 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.010 seconds.
  Ran 2 tests with 0 failures and 0 errors in 3.008 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.005 seconds.
  Ran 15 tests with 0 failures and 0 errors in 1.281 seconds.
Running plone.app.upgrade.tests.base.FunctionalUpgradeLayer tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.upgrade.tests.base.FunctionalUpgradeLayer in 0.000 seconds.
  Ran 12 tests with 0 failures and 0 errors in 1 minutes 16.359 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.upgrade.tests.base.FunctionalUpgradeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.652 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.016 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.054 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 130 tests with 0 failures and 0 errors in 0.938 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1832 tests, 4 failures, 0 errors in 6 minutes 13.109 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.422 seconds.
  Ran 151 tests with 0 failures and 0 errors in 0.790 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.153 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.399 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 149 tests with 0 failures and 0 errors in 1.953 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.188 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 348 tests with 0 failures and 0 errors in 0.238 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 648 tests, 0 failures, 0 errors in 12.771 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.fieldsets-2.0.1-py2.6.egg/plone/fieldsets/tests.py:6: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.indexer-1.0-py2.6.egg/plone/indexer/tests.py:3: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.388 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.364 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/borg.localrole-3.0.2-py2.6.egg/borg/localrole/tests.py:52: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', borg.localrole)
 in 4.647 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.141 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.005 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.browserlayer-2.0.1-py2.6.egg/plone/browserlayer/README.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  plone.browserlayer tests
  Ran 1 tests with 0 failures and 0 errors in 0.726 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.004 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.042 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.186 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 176 tests with 0 failures and 0 errors in 0.482 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 183 tests, 0 failures, 0 errors in 11.976 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.745 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.189 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.portlet.collection-2.0.1-py2.6.egg/plone/portlet/collection/tests/base.py:21: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', plone.portlet.collection)
 in 4.477 seconds.
  Ran 171 tests with 0 failures and 0 errors in 15.616 seconds.
Running plone.app.portlets.tests.layer.PlonePortlets tests:
  Set up plone.app.portlets.tests.layer.PlonePortlets in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 1.283 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.portlets.tests.layer.PlonePortlets in 0.000 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.009 seconds.
  Ran 18 tests with 0 failures and 0 errors in 11.280 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.194 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.152 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 195 tests, 0 failures, 0 errors in 37.949 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 48.870 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 214 tests with 0 failures and 0 errors in 0.552 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.225 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.457 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.GenericSetup-1.6.3-py2.6.egg/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.216 seconds.
  Ran 58 tests with 0 failures and 0 errors in 0.236 seconds.
Tearing down left over layers:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.018 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.183 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.317 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.901 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.394 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PasswordResetTool-2.0.5-py2.6.egg/Products/PasswordResetTool/tests/browser.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  Functional tests for PasswordResetTool
  Ran 2 tests with 0 failures and 0 errors in 3.964 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.192 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.398 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.337 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.560 seconds.
  Ran 248 tests with 0 failures and 0 errors in 15.858 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.201 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 62 tests with 0 failures and 0 errors in 0.013 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 310 tests, 0 failures, 0 errors in 25.871 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.787 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.384 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.TinyMCE-1.2.4-py2.6.egg/Products/TinyMCE/tests.py:21: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', Products.TinyMCE)
 in 4.541 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.TinyMCE-1.2.4-py2.6.egg/Products/TinyMCE/tests/utility.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  ===============
  Ran 8 tests with 0 failures and 0 errors in 5.900 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.191 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.007 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 176 tests with 0 failures and 0 errors in 3.809 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.contentmigration.tests.layer.TestLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.388 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.967 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.548 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.003 seconds.
  Ran 13 tests with 0 failures and 0 errors in 4.760 seconds.
Tearing down left over layers:
  Tear down Products.contentmigration.tests.layer.TestLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.196 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running archetypes.referencebrowserwidget.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.477 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.583 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 33 tests with 0 failures and 0 errors in 8.870 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.205 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 38 tests, 0 failures, 0 errors in 16.683 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running archetypes.schemaextender.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.828 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.322 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.415 seconds.
  Set up archetypes.schemaextender.tests.base.layer in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 3.473 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down archetypes.schemaextender.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.194 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.007 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 19 tests with 0 failures and 0 errors in 0.006 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 23 tests, 0 failures, 0 errors in 12.750 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.042 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/collective.z3cform.datetimewidget-1.0-py2.6.egg/collective/z3cform/datetimewidget/tests.py:25: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.986 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.038 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.837 seconds.
Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.039 seconds.
  Ran 2 tests with 0 failures and 0 errors in 1.035 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.128 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 3 tests, 0 failures, 0 errors in 1.381 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.046 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.230 seconds.
Running kss.core.tests.base.KSSLayer tests:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up kss.core.tests.base.KSSCoreLayer in 0.030 seconds.
  Set up kss.core.tests.base.KSSLayer in 0.062 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.156 seconds.
Running kss.core.tests.test_ttwapi.layer tests:
  Set up kss.core.tests.test_ttwapi.layer in 0.001 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.026 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down kss.core.tests.test_ttwapi.layer in 0.000 seconds.
  Tear down kss.core.tests.base.KSSLayer in 0.000 seconds.
  Tear down kss.core.tests.base.KSSCoreLayer in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.009 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 21 tests, 0 failures, 0 errors in 0.880 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.imaging-1.0.5-py2.6.egg/plone/app/imaging/tests/base.py:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
***********************************************
WARNING: LinguaPlone not found. Skipping tests.
***********************************************
***********************************************
WARNING: LinguaPlone not found. Skipping tests.
***********************************************
Running plone.app.blob.tests.layer.BlobLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.860 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.384 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.525 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.092 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PortalTransforms-2.0.6-py2.6.egg/Products/PortalTransforms/libtransforms/commandtransform.py:103: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')
  Ran 24 tests with 0 failures and 0 errors in 7.288 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.201 seconds.
  Ran 59 tests with 0 failures and 0 errors in 15.377 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.blob.tests.layer.BlobReplacementLayer in 0.000 seconds.
  Tear down plone.app.blob.tests.layer.BlobLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.199 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.009 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 85 tests, 0 failures, 0 errors in 32.790 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.testing/src/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.caching.testing.PloneAppCaching:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.221 seconds.
  Set up plone.app.testing.layers.PloneFixture in 7.211 seconds.
  Set up plone.app.caching.testing.PloneAppCaching in 0.634 seconds.
  Set up plone.app.caching.testing.PloneAppCaching:Functional in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 15.131 seconds.
Running plone.testing.zca.UnitTesting tests:
  Tear down plone.app.caching.testing.PloneAppCaching:Functional in 0.000 seconds.
  Tear down plone.app.caching.testing.PloneAppCaching in 0.005 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.105 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.006 seconds.
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 162 tests with 0 failures and 0 errors in 0.179 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 178 tests, 0 failures, 0 errors in 24.020 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.app.discussion.tests.layer.DiscussionLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.314 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.266 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.143 seconds.
  Set up plone.app.discussion.tests.layer.DiscussionLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/layer.py:19: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config("configure.zcml", plone.app.discussion)
 in 0.000 seconds.
  Ran 145 tests with 0 failures and 0 errors in 16.964 seconds.
Tearing down left over layers:
  Tear down plone.app.discussion.tests.layer.DiscussionLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.195 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.834 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.008 seconds.
Running plone.app.folder.tests.layer.IntegrationLayer tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.189 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.506 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.083 seconds.
  Ran 27 tests with 0 failures and 0 errors in 6.832 seconds.
Running plone.app.folder.tests.layer.PartialOrderingIntegrationLayer tests:
  Set up plone.app.folder.tests.layer.PartialOrderingIntegrationLayer in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.331 seconds.
Tearing down left over layers:
  Tear down plone.app.folder.tests.layer.PartialOrderingIntegrationLayer in 0.000 seconds.
  Tear down plone.app.folder.tests.layer.IntegrationLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.196 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 32 tests, 0 failures, 0 errors in 16.603 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1-py2.6.egg/plone/app/controlpanel/tests/cptc.py:10: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running plone.app.imaging.testing.ImagingLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.819 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.338 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.405 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.023 seconds.
  Set up plone.app.imaging.testing.ImagingLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.imaging-1.0.5-py2.6.egg/plone/app/imaging/testing.py:14: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('testing.zcml', imaging)
 in 0.118 seconds.
  Ran 44 tests with 0 failures and 0 errors in 7.697 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.imaging.testing.ImagingLayer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.192 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 51 tests, 0 failures, 0 errors in 17.132 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.431 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.485 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.613 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.326 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.196 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.395 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.274 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.406 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.620 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferences.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testCircularReferences.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferences.txt", line 29, in testCircularReferences.txt
Failed example:
    browser.getControl('Test Page 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferences.txt[12]>", line 1, in <module>
        browser.getControl('Test Page 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalTriggersConfirmation.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 16, in testRemovalTriggersConfirmation.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[7]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testMultipleFilesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 21, in testMultipleFilesRemoval.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemoval.txt[8]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testFileWithSpacesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 37, in testFileWithSpacesRemoval.txt
Failed example:
    browser.getControl('Test File 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileWithSpacesRemoval.txt[13]>", line 1, in <module>
        browser.getControl('Test File 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test File 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testReferenceInRestructuredText.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 17, in testReferenceInRestructuredText.txt
Failed example:
    browser.getControl('Test Page 2').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceInRestructuredText.txt[5]>", line 1, in <module>
        browser.getControl('Test Page 2').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 2'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 19, in testRemovalsWithYesToAll.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalsWithYesToAll.txt[8]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileRemoval.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testFileRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testFileRemoval.txt", line 25, in testFileRemoval.txt
Failed example:
    browser.getControl('Test File 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileRemoval.txt[8]>", line 1, in <module>
        browser.getControl('Test File 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test File 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testOnOffSwitch.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testOnOffSwitch.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 14, in testOnOffSwitch.txt
Failed example:
    browser.getControl('Test Page 2').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testOnOffSwitch.txt[5]>", line 1, in <module>
        browser.getControl('Test Page 2').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 2'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalOfReferenceChain.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 22, in testRemovalOfReferenceChain.txt
Failed example:
    browser.getControl('Test Page 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalOfReferenceChain.txt[9]>", line 1, in <module>
        browser.getControl('Test Page 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRenamingReferencedItem.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 12, in testRenamingReferencedItem.txt
Failed example:
    browser.getControl('Test Page 2').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[5]>", line 1, in <module>
        browser.getControl('Test Page 2').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 2'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalInReferenceChain.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 22, in testRemovalInReferenceChain.txt
Failed example:
    browser.getControl('Test Page 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInReferenceChain.txt[9]>", line 1, in <module>
        browser.getControl('Test Page 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testCircularReferencesWithHelper.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 21, in testCircularReferencesWithHelper.txt
Failed example:
    browser.getControl('Test Page 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferencesWithHelper.txt[10]>", line 1, in <module>
        browser.getControl('Test Page 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testInterReferences.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testInterReferences.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testInterReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testInterReferences.txt", line 27, in testInterReferences.txt
Failed example:
    browser.getControl('Test Page 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testInterReferences.txt[13]>", line 1, in <module>
        browser.getControl('Test Page 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testMultipleFilesRemovalWithHelper.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 19, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemovalWithHelper.txt[7]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 24, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testCancelDuringMultiRemoval.txt[9]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalWithCookieAuth.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 33, in testRemovalWithCookieAuth.txt
Failed example:
    browser.getControl('Test Page 2').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalWithCookieAuth.txt[12]>", line 1, in <module>
        browser.getControl('Test Page 2').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Page 2'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testReferalToPrivateFiles.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 34, in testReferalToPrivateFiles.txt
Failed example:
    browser.getControl('Test Image 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferalToPrivateFiles.txt[17]>", line 1, in <module>
        browser.getControl('Test Image 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Image 1'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for testRemovalInSubfolder.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.linkintegrity-1.4.0-py2.6.egg/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 17, in testRemovalInSubfolder.txt
Failed example:
    browser.getControl('Test Folder 1').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1248, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInSubfolder.txt[6]>", line 1, in <module>
        browser.getControl('Test Folder 1').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Test Folder 1'


  Ran 27 tests with 18 failures and 0 errors in 22.813 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.193 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.000 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 28 tests, 18 failures, 0 errors in 33.366 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.testing/src/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.registry.testing.plone.app.registry:Integration tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.204 seconds.
  Set up plone.app.testing.layers.PloneFixture in 7.519 seconds.
  Set up plone.app.registry.testing.PloneAppRegistry in 0.318 seconds.
  Set up plone.app.registry.testing.plone.app.registry:Integration in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.006 seconds.
Running plone.testing.zca.UnitTesting tests:
  Tear down plone.app.registry.testing.plone.app.registry:Integration in 0.000 seconds.
  Tear down plone.app.registry.testing.PloneAppRegistry in 0.003 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.102 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 37 tests with 0 failures and 0 errors in 0.963 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 39 tests, 0 failures, 0 errors in 9.584 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.testing/src/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
  Ran 3 tests with 0 failures and 0 errors in 58.292 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.325 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.288 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.425 seconds.
  Ran 7 tests with 0 failures and 0 errors in 7.887 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.193 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.testing/src/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.uuid.testing.plone.app.uuid:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.283 seconds.
  Set up plone.app.testing.layers.PloneFixture in 7.712 seconds.
  Set up plone.app.uuid.testing.PloneAppUUID in 0.025 seconds.
  Set up plone.app.uuid.testing.plone.app.uuid:Functional in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 1.050 seconds.
Running plone.app.uuid.testing.plone.app.uuid:Integration tests:
  Tear down plone.app.uuid.testing.plone.app.uuid:Functional in 0.000 seconds.
  Set up plone.app.uuid.testing.plone.app.uuid:Integration in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.300 seconds.
Tearing down left over layers:
  Tear down plone.app.uuid.testing.plone.app.uuid:Integration in 0.000 seconds.
  Tear down plone.app.uuid.testing.PloneAppUUID in 0.003 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.103 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
Total: 8 tests, 0 failures, 0 errors in 9.981 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.3-py2.6.egg/plone/app/z3cform/tests/test_kss_attr.py:3: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.3-py2.6.egg/plone/app/z3cform/tests/tests.py:3: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  import zope.testing.doctest
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.388 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.262 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.3-py2.6.egg/plone/app/z3cform/tests/tests.py:21: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('testing.zcml', plone.app.z3cform.tests)
 in 4.637 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.758 seconds.
Running plone.app.z3cform.tests.layer.KSSUnitTestLayer tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.191 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.z3cform.tests.layer.KSSUnitTestLayer in 0.375 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.136 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.z3cform.tests.layer.KSSUnitTestLayer in 0.001 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.004 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 17 tests, 0 failures, 0 errors in 11.490 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.autoform-1.0b5-py2.6.egg/plone/autoform/tests/test_doctests.py:5: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  import zope.testing.doctest
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 52 tests with 0 failures and 0 errors in 1.124 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 61 tests with 0 failures and 0 errors in 3.166 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 57 tests with 0 failures and 0 errors in 0.051 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.folder-1.0.1-py2.6.egg/plone/folder/tests/layer.py:2: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  from Products.Five.zcml import load_config
Running plone.folder.tests.layer.PloneFolderLayer tests:
  Set up plone.folder.tests.layer.PloneFolderLayer in 0.007 seconds.
  Ran 67 tests with 0 failures and 0 errors in 4.923 seconds.
Tearing down left over layers:
  Tear down plone.folder.tests.layer.PloneFolderLayer in 0.000 seconds.
#### Running tests for group ATCT ####
#### Finished tests for group ATCT ####

#### Running tests for group Add-ons ####
#### Finished tests for group Add-ons ####

#### Running tests for group Archetypes ####
#### Finished tests for group Archetypes ####

#### Running tests for group CMF ####
#### Finished tests for group CMF ####

#### Running tests for group CMFEditions ####
#### Finished tests for group CMFEditions ####

#### Running tests for group Plone ####
#### Finished tests for group Plone ####

#### Running tests for group PlonePAS ####
#### Finished tests for group PlonePAS ####

#### Running tests for group plone ####
#### Finished tests for group plone ####

#### Running tests for group portlets ####
#### Finished tests for group portlets ####

#### Running tests for group z3c.autoinclude ####
#### Finished tests for group z3c.autoinclude ####

#### Running tests for AccessControl ####
#### Finished tests for AccessControl ####

#### Running tests for Products.CMFTestCase ####
#### Finished tests for Products.CMFTestCase ####

#### Running tests for Products.ExtendedPathIndex ####
#### Finished tests for Products.ExtendedPathIndex ####

#### Running tests for Products.PasswordResetTool ####
#### Finished tests for Products.PasswordResetTool ####

#### Running tests for Products.ResourceRegistries ####
#### Finished tests for Products.ResourceRegistries ####

#### Running tests for Products.TinyMCE ####
#### Finished tests for Products.TinyMCE ####

#### Running tests for Products.ZCatalog ####
#### Finished tests for Products.ZCatalog ####

#### Running tests for Products.contentmigration ####
#### Finished tests for Products.contentmigration ####

#### Running tests for Products.i18ntestcase ####
#### Finished tests for Products.i18ntestcase ####

#### Running tests for archetypes.referencebrowserwidget ####
#### Finished tests for archetypes.referencebrowserwidget ####

#### Running tests for archetypes.schemaextender ####
#### Finished tests for archetypes.schemaextender ####

#### Running tests for collective.monkeypatcher ####
#### Finished tests for collective.monkeypatcher ####

#### Running tests for collective.z3cform.datetimewidget ####
#### Finished tests for collective.z3cform.datetimewidget ####

#### Running tests for five.customerize ####
#### Finished tests for five.customerize ####

#### Running tests for five.formlib ####
#### Finished tests for five.formlib ####

#### Running tests for kss.core ####
#### Finished tests for kss.core ####

#### Running tests for plone.app.blob ####
#### Finished tests for plone.app.blob ####

#### Running tests for plone.app.caching ####
#### Finished tests for plone.app.caching ####

#### Running tests for plone.app.discussion ####
#### Finished tests for plone.app.discussion ####

#### Running tests for plone.app.folder ####
#### Finished tests for plone.app.folder ####

#### Running tests for plone.app.imaging ####
#### Finished tests for plone.app.imaging ####

#### Running tests for plone.app.jquerytools ####
#### Finished tests for plone.app.jquerytools ####

#### Running tests for plone.app.linkintegrity ####
#### Finished tests for plone.app.linkintegrity ####

#### Running tests for plone.app.locales ####
#### Finished tests for plone.app.locales ####

#### Running tests for plone.app.registry ####
#### Finished tests for plone.app.registry ####

#### Running tests for plone.app.testing ####
#### Finished tests for plone.app.testing ####

#### Running tests for plone.app.users ####
#### Finished tests for plone.app.users ####

#### Running tests for plone.app.uuid ####
#### Finished tests for plone.app.uuid ####

#### Running tests for plone.app.z3cform ####
#### Finished tests for plone.app.z3cform ####

#### Running tests for plone.autoform ####
#### Finished tests for plone.autoform ####

#### Running tests for plone.cachepurging ####
#### Finished tests for plone.cachepurging ####

#### Running tests for plone.caching ####
#### Finished tests for plone.caching ####

#### Running tests for plone.folder ####
#### Finished tests for plone.folder /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.outputfilters.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.259 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.434 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.666 seconds.
  Set up plone.outputfilters.tests.base.layer in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.outputfilters-1.0b5-py2.6.egg/plone/outputfilters/README.txt:1: DeprecationWarning: load_string is deprecated. Please import from Zope2.App.zcml
  Introduction
  Ran 36 tests with 0 failures and 0 errors in 5.741 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.outputfilters.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.192 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.000 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 40 tests, 0 failures, 0 errors in 15.808 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.registry/plone/registry/tests.py:4: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/doctestunit.py:27: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from doctest import DocFileSuite, DocTestSuite
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.registry/plone/registry/registry.py:274: DeprecationWarning: The Records persistent class is deprecated and should not be used.
  warnings.warn("The Records persistent class is deprecated and should not be used.", DeprecationWarning)
  Ran 112 tests with 0 failures and 0 errors in 0.057 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.stringinterp-1.0.4-py2.6.egg/plone/stringinterp/tests/stringinterpTestCase.py:5: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.393 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.296 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.stringinterp-1.0.4-py2.6.egg/plone/stringinterp/tests/stringinterpTestCase.py:19: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', plone.stringinterp)
 in 4.594 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.430 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.190 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.supermodel-1.0b7-py2.6.egg/plone/supermodel/tests.py:9: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 71 tests with 0 failures and 0 errors in 0.297 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.testing/src/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
  Ran 7 tests with 0 failures and 0 errors in 13.473 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 23 tests with 0 failures and 0 errors in 0.028 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 6 tests with 0 failures and 0 errors in 0.748 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.z3cform-0.7.3-py2.6.egg/plone/z3cform/tests.py:4: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running plone.z3cform.testing_zcml_layer tests:
  Set up plone.z3cform.testing_zcml_layer in 0.315 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.203 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.z3cform.testing_zcml_layer ... not supported
  Running in a subprocess.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 39 tests with 0 failures and 0 errors in 0.751 seconds.
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 73 tests, 0 failures, 0 errors in 3.860 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.2-py2.6.egg/plonetheme/sunburst/tests/base.py:6: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running plonetheme.sunburst.tests.base.Layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.411 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.274 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.437 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up plonetheme.sunburst.tests.base.Layer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.2-py2.6.egg/plonetheme/sunburst/tests/base.py:18: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', package=sunburst)
 in 0.006 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.2-py2.6.egg/plonetheme/sunburst/README.txt:1: DeprecationWarning: load_string is deprecated. Please import from Zope2.App.zcml
  plonetheme.sunburst
  Ran 3 tests with 0 failures and 0 errors in 1.184 seconds.
Tearing down left over layers:
  Tear down plonetheme.sunburst.tests.base.Layer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.196 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/wicked-1.1.9-py2.6.egg/wicked/utils.py:223: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.831 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.277 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.037 seconds.
Running wicked.at.tests.wickedtestcase.WickedSite tests:
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/wicked-1.1.9-py2.6.egg/wicked/at/tests/wickedtestcase.py:19: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config("configure.zcml", package=wicked.atcontent)
 in 5.352 seconds.
  Set up wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Ran 23 tests with 0 failures and 0 errors in 5.449 seconds.
Running wicked.at.tests.test_scope.Scoped tests:
  Set up wicked.at.tests.test_scope.Scoped in 0.001 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.609 seconds.
Running wicked.plone.tests.SelectiveATCT tests:
  Tear down wicked.at.tests.test_scope.Scoped in 0.000 seconds.
  Tear down wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Set up wicked.plone.tests.SelectiveATCT in 0.003 seconds.
  Ran 22 tests with 0 failures and 0 errors in 6.679 seconds.
Running wicked.plone.tests.ZCMLLayer tests:
  Tear down wicked.plone.tests.SelectiveATCT in 0.004 seconds.
  Set up wicked.plone.tests.ZCMLLayer in 0.020 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.674 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.211 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.001 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.017 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 87 tests, 0 failures, 0 errors in 24.536 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.014 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 38 tests with 0 failures and 0 errors in 3.703 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:261: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/z3c.formwidget.query-0.5-py2.6.egg/z3c/formwidget/query/tests.py:4: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/doctestunit.py:27: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from doctest import DocFileSuite, DocTestSuite
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.404 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
####

#### Running tests for plone.outputfilters ####
#### Finished tests for plone.outputfilters ####

#### Running tests for plone.registry ####
#### Finished tests for plone.registry ####

#### Running tests for plone.scale ####
#### Finished tests for plone.scale ####

#### Running tests for plone.stringinterp ####
#### Finished tests for plone.stringinterp ####

#### Running tests for plone.supermodel ####
#### Finished tests for plone.supermodel ####

#### Running tests for plone.testing ####
#### Finished tests for plone.testing ####

#### Running tests for plone.transformchain ####
#### Finished tests for plone.transformchain ####

#### Running tests for plone.uuid ####
#### Finished tests for plone.uuid ####

#### Running tests for plone.z3cform ####
#### Finished tests for plone.z3cform ####

#### Running tests for plonetheme.classic ####
#### Finished tests for plonetheme.classic ####

#### Running tests for plonetheme.sunburst ####
#### Finished tests for plonetheme.sunburst ####

#### Running tests for wicked ####
#### Finished tests for wicked ####

#### Running tests for z3c.batching ####
#### Finished tests for z3c.batching ####

#### Running tests for z3c.form ####
#### Finished tests for z3c.form ####

#### Running tests for z3c.formwidget.query ####
#### Finished tests for z3c.formwidget.query ####

Packages with test failures:

Failing tests in group Plone
Failing tests in plone.app.linkintegrity

Total time elapsed: 1377.797 seconds

Grand total: 108 packages, 2 failures


FAILED (108 packages, 2 failures)



More information about the Testbot mailing list