[Testbot] OK (113 packages) : Plone-4.2 Zope-2.13 Python-2.6.6

Plone Tests plone-tests at epy.co.at
Sat Jul 23 07:38:12 UTC 2011


Plone Tests : OK (113 packages)
Plone-4.2 Zope-2.13 Python-2.6.6

Running ./bin/alltests -q --no-color --no-progress
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.932 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 5.035 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.546 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.544 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 3.950 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.530 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.ZCatalog-2.13.15-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 24.879 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.196 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 645 tests, 0 failures, 0 errors in 1 minutes 42.232 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/eggs/Products.kupu-1.5.0-py2.6.egg/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 3.836 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.kupu-1.5.0-py2.6.egg/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-plone42/eggs/Products.kupu-1.5.0-py2.6.egg/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-plone42/eggs/Products.kupu-1.5.0-py2.6.egg/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.618 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/eggs/Products.kupu-1.5.0-py2.6.egg/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.244 seconds.
Running Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer tests:
  Set up Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.004 seconds.
  Ran 1 tests with 0 failures and 0 errors in 1.003 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.201 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}{4e2a6e78}{/52sig==}
Generated checkid_setup request to http://www.myopenid.com/server with assocication {HMAC-SHA1}{4e2a6e78}{bEQZBA==}
  Ran 19 tests with 0 failures and 0 errors in 1.685 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 36.640 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.747 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.095 seconds.
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.204 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.380 seconds.
  Ran 59 tests with 0 failures and 0 errors in 3.787 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.453 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.ZCatalog-2.13.15-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 466 tests with 0 failures and 0 errors in 37.689 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.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.631 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.553 seconds.
  Ran 10 tests with 0 failures and 0 errors in 1.628 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.008 seconds.
  Ran 19 tests with 0 failures and 0 errors in 1.889 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.183 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.110 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 588 tests, 0 failures, 0 errors in 58.872 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.091 seconds.
  Ran 229 tests with 0 failures and 0 errors in 1.170 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.191 seconds.
  Set up Products.CMFCalendar.testing.FunctionalLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.456 seconds.
  Ran 20 tests with 0 failures and 0 errors in 1.488 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.220 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.758 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.174 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.174 seconds.
  Set up Products.CMFDefault.testing.FunctionalLayer in 0.342 seconds.
  Ran 32 tests with 0 failures and 0 errors in 4.277 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFDefault.testing.FunctionalLayer in 0.019 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.327 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.161 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.747 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.049 seconds.
  Ran 193 tests with 0 failures and 0 errors in 0.669 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.286 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 808 tests, 0 failures, 0 errors in 12.952 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.877 seconds.
  Ran 27 tests with 0 failures and 0 errors in 0.055 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 4.666 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.580 seconds.
  Ran 135 tests with 0 failures and 0 errors in 22.568 seconds.
Running Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer tests:
  Set up Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.015 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.300 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Tear down Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.210 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 3.846 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.307 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.403 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.033 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.867 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.566 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.094 seconds.
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.206 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.032 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.207 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 52.237 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/eggs/plone.app.content-2.0.7-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-plone42/eggs/plone.app.content-2.0.7-py2.6.egg/plone/app/content/browser/tests/test_reviewlist.py:8: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/plone.app.i18n-2.0.1-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
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.484 seconds.
  Ran 120 tests with 0 failures and 0 errors in 0.721 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 4.530 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.232 seconds.
  Ran 32 tests with 0 failures and 0 errors in 3.289 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 3.824 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.412 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.PortalTransforms-2.0.7-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 1504 tests with 0 failures and 0 errors in 4 minutes 30.112 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.005 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.735 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.016 seconds.
  Ran 2 tests with 0 failures and 0 errors in 3.130 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.008 seconds.
  Ran 15 tests with 0 failures and 0 errors in 1.291 seconds.
Running plone.app.testing.layers.Plone:Functional tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.612 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.testing.zca.LayerCleanup in 0.001 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.122 seconds.
  Set up plone.app.testing.layers.PloneFixture in 6.540 seconds.
  Set up plone.app.testing.layers.Plone:Functional in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 2.713 seconds.
Running plone.app.upgrade.tests.base.FunctionalUpgradeLayer tests:
  Tear down plone.app.testing.layers.Plone:Functional in 0.000 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.099 seconds.
  Tear down plone.testing.z2.Startup in 0.007 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.007 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.013 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.990 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 11.145 seconds.
  Set up plone.app.upgrade.tests.base.FunctionalUpgradeLayer in 0.000 seconds.
  Ran 13 tests with 0 failures and 0 errors in 1 minutes 28.090 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.634 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 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.995 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1851 tests, 0 failures, 0 errors in 7 minutes 1.379 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.465 seconds.
  Ran 151 tests with 0 failures and 0 errors in 0.791 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.ZCML in 4.603 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.460 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 150 tests with 0 failures and 0 errors in 2.172 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.178 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 349 tests with 0 failures and 0 errors in 0.103 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 650 tests, 0 failures, 0 errors in 14.401 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.409 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.723 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.734 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.157 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.007 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/plone.browserlayer-2.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.736 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.005 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.044 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.177 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 178 tests with 0 failures and 0 errors in 0.499 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 185 tests, 0 failures, 0 errors in 13.485 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.403 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.660 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/plone.portlet.collection/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.551 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/plone.portlet.collection/plone/portlet/collection/tests/functional.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  ====================
  Ran 175 tests with 0 failures and 0 errors in 19.931 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.184 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.017 seconds.
  Ran 18 tests with 0 failures and 0 errors in 11.495 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.187 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.166 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 199 tests, 0 failures, 0 errors in 44.677 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 14.384 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.557 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.235 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.504 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/src/Products.GenericSetup/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.219 seconds.
  Ran 58 tests with 0 failures and 0 errors in 0.238 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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.189 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.354 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.733 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.449 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.PasswordResetTool-2.0.6-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 4.038 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.177 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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.464 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.918 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.804 seconds.
  Ran 248 tests with 0 failures and 0 errors in 16.119 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.197 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 28.039 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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 Products.TinyMCE.tests.base.TinyMCELayer:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.001 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.325 seconds.
  Set up plone.app.testing.layers.PloneFixture in 8.430 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer in 0.426 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer:Functional in 0.000 seconds.
  Ran 20 tests with 0 failures and 0 errors in 2.938 seconds.
Running Products.TinyMCE.tests.base.TinyMCELayer:Integration tests:
  Tear down Products.TinyMCE.tests.base.TinyMCELayer:Functional in 0.000 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer:Integration in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 4.430 seconds.
Tearing down left over layers:
  Tear down Products.TinyMCE.tests.base.TinyMCELayer:Integration in 0.000 seconds.
  Tear down Products.TinyMCE.tests.base.TinyMCELayer in 0.007 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.096 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.006 seconds.
Total: 23 tests, 0 failures, 0 errors in 17.192 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.440 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.930 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.646 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.005 seconds.
  Ran 13 tests with 0 failures and 0 errors in 4.610 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.182 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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 archetypes.querywidget.tests.base.ArchetypesQueryWidget: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-plone42/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.212 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.414 seconds.
  Set up archetypes.querywidget.tests.base.ArchetypesQueryWidgetLayer in 1.111 seconds.
  Set up archetypes.querywidget.tests.base.ArchetypesQueryWidget:Integration in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 2.965 seconds.
Tearing down left over layers:
  Tear down archetypes.querywidget.tests.base.ArchetypesQueryWidget:Integration in 0.000 seconds.
  Tear down archetypes.querywidget.tests.base.ArchetypesQueryWidgetLayer in 0.004 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.006 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 3.818 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.678 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 36 tests with 0 failures and 0 errors in 8.925 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.191 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: 41 tests, 0 failures, 0 errors in 18.146 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.901 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.920 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.617 seconds.
  Set up archetypes.schemaextender.tests.base.layer in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 3.606 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.186 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.007 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 14.765 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.044 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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 1.097 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.072 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.820 seconds.
Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.045 seconds.
  Ran 2 tests with 0 failures and 0 errors in 1.121 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.146 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.493 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.053 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.235 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.027 seconds.
  Set up kss.core.tests.base.KSSLayer in 0.077 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.161 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.010 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.902 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.859 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.728 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.491 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.086 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/Products.PortalTransforms-2.0.7-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.178 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.203 seconds.
  Ran 59 tests with 0 failures and 0 errors in 15.027 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.184 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 33.601 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.238 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.576 seconds.
  Set up plone.app.caching.testing.PloneAppCaching in 0.570 seconds.
  Set up plone.app.caching.testing.PloneAppCaching:Functional in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 15.491 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.010 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.007 seconds.
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 162 tests with 0 failures and 0 errors in 0.186 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 178 tests, 0 failures, 0 errors in 26.731 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.collection.tests.base.PACollection: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-plone42/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.254 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.306 seconds.
  Set up plone.app.collection.tests.base.PACollection in 1.275 seconds.
  Set up plone.app.collection.tests.base.PACollection:Functional in 0.000 seconds.
  Ran 13 tests with 0 failures and 0 errors in 1.195 seconds.
Tearing down left over layers:
  Tear down plone.app.collection.tests.base.PACollection:Functional in 0.000 seconds.
  Tear down plone.app.collection.tests.base.PACollection in 0.004 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.101 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.contentlisting.tests.base.ContentListing: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-plone42/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.217 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.307 seconds.
  Set up plone.app.contentlisting.tests.base.ContentListingLayer in 0.155 seconds.
  Set up plone.app.contentlisting.tests.base.ContentListing:Functional in 0.000 seconds.
  Ran 42 tests with 0 failures and 0 errors in 11.270 seconds.
Tearing down left over layers:
  Tear down plone.app.contentlisting.tests.base.ContentListing:Functional in 0.000 seconds.
  Tear down plone.app.contentlisting.tests.base.ContentListingLayer in 0.003 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.100 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.discussion.testing.PloneAppDiscussion: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-plone42/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.212 seconds.
  Set up plone.app.testing.layers.PloneFixture in 8.750 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion in 0.498 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion:Functional in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 13.345 seconds.
Running plone.app.discussion.testing.PloneAppDiscussion:Integration tests:
  Tear down plone.app.discussion.testing.PloneAppDiscussion:Functional in 0.000 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion:Integration in 0.000 seconds.
  Ran 150 tests with 0 failures and 0 errors in 17.341 seconds.
Tearing down left over layers:
  Tear down plone.app.discussion.testing.PloneAppDiscussion:Integration in 0.000 seconds.
  Tear down plone.app.discussion.testing.PloneAppDiscussion in 0.004 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.100 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.007 seconds.
Total: 152 tests, 0 failures, 0 errors in 40.771 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.881 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 4.685 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.551 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.076 seconds.
  Ran 27 tests with 0 failures and 0 errors in 6.648 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.330 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.180 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 17.983 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/src/plone.app.controlpanel/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.854 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.757 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.466 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.026 seconds.
  Set up plone.app.imaging.testing.ImagingLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.120 seconds.
  Ran 44 tests with 0 failures and 0 errors in 7.605 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.180 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 18.536 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.452 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.742 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.484 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.300 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.179 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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.483 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.882 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.456 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.026 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.751 seconds.
  Ran 28 tests with 0 failures and 0 errors in 34.044 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.180 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 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: 30 tests, 0 failures, 0 errors in 46.448 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.querystring.tests.base.QuerystringInstalled tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.465 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.727 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.486 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up collective.testcaselayer.mail.MockMailHostLayer in 0.011 seconds.
  Set up collective.testcaselayer.common.CommonPTCLayer in 0.006 seconds.
  Set up collective.testcaselayer.ptc.BasePTCLayer in 0.006 seconds.
  Set up plone.app.querystring.tests.base.QuerystringInstalled/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/collective.testcaselayer-1.3-py2.6.egg/collective/testcaselayer/ztc.py:20: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config(file_, **kw)
 in 0.006 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.121 seconds.
Running plone.app.querystring.tests.base.RealGSProfile tests:
  Set up plone.app.querystring.tests.base.RealGSProfile in 0.613 seconds.
  Ran 6 tests with 0 failures and 0 errors in 0.346 seconds.
Running plone.app.querystring.tests.base.RegistryLayer tests:
  Tear down plone.app.querystring.tests.base.RealGSProfile in 0.000 seconds.
  Tear down plone.app.querystring.tests.base.QuerystringInstalled in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.BasePTCLayer in 0.000 seconds.
  Tear down collective.testcaselayer.common.CommonPTCLayer in 0.000 seconds.
  Tear down collective.testcaselayer.mail.MockMailHostLayer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.178 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.querystring.tests.base.UnittestLayer in 0.000 seconds.
  Set up plone.app.querystring.tests.base.RegistryLayer in 0.000 seconds.
  Ran 13 tests with 0 failures and 0 errors in 0.007 seconds.
Running plone.app.querystring.tests.base.TestGSProfile tests:
  Tear down plone.app.querystring.tests.base.RegistryLayer in 0.000 seconds.
  Tear down plone.app.querystring.tests.base.UnittestLayer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.007 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.250 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 3.378 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.026 seconds.
  Set up collective.testcaselayer.mail.MockMailHostLayer in 0.011 seconds.
  Set up collective.testcaselayer.common.CommonPTCLayer in 0.006 seconds.
  Set up collective.testcaselayer.ptc.BasePTCLayer in 0.006 seconds.
  Set up plone.app.querystring.tests.base.QuerystringInstalled in 0.006 seconds.
  Set up plone.app.querystring.tests.base.TestGSProfile in 0.688 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.038 seconds.
Tearing down left over layers:
  Tear down plone.app.querystring.tests.base.TestGSProfile in 0.000 seconds.
  Tear down plone.app.querystring.tests.base.QuerystringInstalled in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.BasePTCLayer in 0.000 seconds.
  Tear down collective.testcaselayer.common.CommonPTCLayer in 0.000 seconds.
  Tear down collective.testcaselayer.mail.MockMailHostLayer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.179 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 29 tests, 0 failures, 0 errors in 21.568 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.213 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.367 seconds.
  Set up plone.app.registry.testing.PloneAppRegistry in 0.471 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.007 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.100 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 1.060 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 39 tests, 0 failures, 0 errors in 11.707 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.search.tests.base.Search: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-plone42/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.247 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.561 seconds.
  Set up plone.app.search.tests.base.SearchLayer in 3.948 seconds.
  Set up plone.app.search.tests.base.Search:Integration in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.244 seconds.
Tearing down left over layers:
  Tear down plone.app.search.tests.base.Search:Integration in 0.000 seconds.
  Tear down plone.app.search.tests.base.SearchLayer in 0.005 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.100 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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 1 minutes 11.136 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.337 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.743 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.425 seconds.
  Ran 7 tests with 0 failures and 0 errors in 7.934 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.178 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 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: 10 tests, 0 failures, 0 errors in 19.169 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.285 seconds.
  Set up plone.app.testing.layers.PloneFixture in 9.688 seconds.
  Set up plone.app.uuid.testing.PloneAppUUID in 0.031 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 0.865 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.292 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.101 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 11.781 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.contentmigration ####
#### Finished tests for Products.contentmigration ####

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

#### Running tests for archetypes.querywidget ####
#### Finished tests for archetypes.querywidget ####

#### 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.collection ####
#### Finished tests for plone.app.collection ####

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

#### 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.querystring ####
#### Finished tests for plone.app.querystring ####

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

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

#### 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.a/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/eggs/plone.app.z3cform-0.5.6-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-plone42/eggs/plone.app.z3cform-0.5.6-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.471 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.864 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/plone.app.z3cform-0.5.6-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.900 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.807 seconds.
Running plone.app.z3cform.tests.layer.KSSUnitTestLayer tests:
  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 plone.app.z3cform.tests.layer.KSSUnitTestLayer in 0.517 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.141 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.008 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 13.665 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 18 tests with 0 failures and 0 errors in 1.266 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 5.149 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.053 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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 6.735 seconds.
Tearing down left over layers:
  Tear down plone.folder.tests.layer.PloneFolderLayer in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.243 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.734 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.518 seconds.
  Set up plone.outputfilters.tests.base.layer in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/plone.outputfilters-1.0-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.578 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.181 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 16.769 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/eggs/plone.registry-1.0-py2.6.egg/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-plone42/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-plone42/eggs/plone.registry-1.0-py2.6.egg/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.058 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 33 tests with 0 failures and 0 errors in 0.102 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.441 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.728 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.628 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.445 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.178 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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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 16 tests with 0 failures and 0 errors in 0.307 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.520 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.testing.zca.UnitTesting tests:
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 11 tests with 0 failures and 0 errors in 0.010 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 12 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: 23 tests, 0 failures, 0 errors in 0.084 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.764 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.z3cform.testing_zcml_layer tests:
  Set up plone.z3cform.testing_zcml_layer in 0.351 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.280 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 3 tests with 0 failures and 0 errors in 0.753 seconds.
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 7 tests, 0 failures, 0 errors in 4.081 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/eggs/plonetheme.sunburst-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.443 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.755 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.481 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.025 seconds.
  Set up plonetheme.sunburst.tests.base.Layer/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/eggs/plonetheme.sunburst-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-plone42/eggs/plonetheme.sunburst-1.2-py2.6.egg/plonetheme/sunburst/README.txt:1: DeprecationWarning: load_string is deprecated. Please import from Zope2.App.zcml
  Detailed documentation
  Ran 3 tests with 0 failures and 0 errors in 1.192 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.179 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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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.868 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.731 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-plone42/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.386 seconds.
  Set up wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Ran 23 tests with 0 failures and 0 errors in 5.354 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.604 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.670 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.026 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.629 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.199 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 25.902 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.015 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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.734 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/bin/test:267: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone42/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-plone42/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-plone42/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.398 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
pp.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 ####

#### 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 rdflib ####
#### Finished tests for rdflib ####

#### 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 ####


Total time elapsed: 1589.090 seconds

Grand total: 113 packages, 0 failures


OK (113 packages)


More information about the Testbot mailing list