[Testbot] OK : Plone-3.0 Zope-2.10 Python-2.4.4

CMFPlone Tests plone-tests at epy.co.at
Sun Dec 16 04:12:38 UTC 2007


CMFPlone Tests : OK
Plone-3.0 Zope-2.10 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope210/test.py -q -1 --config-file etc/zope.conf --package Products.CMFPlone
Installing CMFCore ... done (0.016s)
Installing CMFDefault ... done (0.582s)
Installing CMFCalendar ... done (0.171s)
Installing CMFTopic ... done (0.048s)
Installing DCWorkflow ... done (0.134s)
Installing CMFActionIcons ... done (0.037s)
Installing CMFQuickInstallerTool ... done (0.151s)
Installing CMFFormController ... done (0.588s)
Installing GroupUserFolder ... done (0.821s)
Installing ZCTextIndex ... done (0.176s)
Installing CMFPlone ... done (5.722s)
Installing Archetypes ... done (0.159s)
Installing ATContentTypes ... done (0.056s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.017s)
Installing ExternalEditor ... done (0.026s)
Installing ExtendedPathIndex ... done (0.030s)
Installing ResourceRegistries ... done (0.018s)
Installing SecureMailHost ... done (0.018s)
Installing CMFPlacefulWorkflow ... done (0.020s)
Installing PasswordResetTool ... done (0.030s)
Installing PluggableAuthService ... done (0.029s)
Installing PluginRegistry ... done (0.023s)
Installing PlonePAS ... done (0.030s)
Installing kupu ... done (0.774s)
Installing CMFEditions ... done (0.034s)
Installing CMFDiffTool ... done (0.030s)
Installing PloneLanguageTool ... done (0.029s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/etc/zope.conf
Running unit tests:
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
  Ran 174 tests with 0 failures and 0 errors in 1.988 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 7.725 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 3.5. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
  Ran 12 tests with 0 failures and 0 errors in 0.053 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 7.887 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/MembershipTool.py:262: DeprecationWarning: credentialsChanged should be called with 'REQUEST' as second argument. The BBB code will be removed in CMF 2.3.
  self.credentialsChanged(password)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/PlonePAS/tools/groupdata.py:249: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 3.5. Use PAS to get a group and check its members instead.
  for u_name in gtool.getGroupMembers(self.getId()):
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/MembershipTool.py:211: DeprecationWarning: getUserIds is deprecated. Use the PAS methods instead
  return self.__getPUS().getUserIds()
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/migrations/migration_util.py:90: DeprecationWarning: setupCurrentSkin should be called with 'REQUEST' as argument. The BBB code will be removed in CMF 2.3.
  portal.setupCurrentSkin()
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/migrations/v2_5/two53_two54.py:19: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  if not setup_tool.getImportContextID():
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/migrations/v2_5/two53_two54.py:22: DeprecationWarning: setImportContext is deprecated.  Use setBaselineContext to specify the baseline context, and/or runImportStepFromProfile to run the steps from a specific import context.
  setup_tool.setImportContext('profile-' + PROF_ID)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1147: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(), '')
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1149: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(),
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1155: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(),
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1158: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(),
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1171: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(),
/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/Products/CMFPlone/tests/testMigrations.py:1174: DeprecationWarning: getImportContextId, and the very concept of a stateful active import context, is deprecated.  You can find the base profile that was applied using getBaselineContextID.
  self.assertEqual(self.setup.getImportContextID(),
  Ran 1463 tests with 0 failures and 0 errors in 395.764 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.747 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.018 seconds.
Total: 1649 tests, 0 failures, 0 errors

OK




More information about the Testbot mailing list