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

CMFPlone Tests plone-tests at epy.co.at
Thu Aug 7 03:48:31 UTC 2008


CMFPlone Tests : OK
Plone-3.1 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.017s)
Installing CMFDefault ... done (0.618s)
Installing CMFCalendar ... done (0.114s)
Installing CMFTopic ... done (0.058s)
Installing DCWorkflow ... done (0.134s)
Installing CMFActionIcons ... done (0.037s)
Installing CMFQuickInstallerTool ... done (0.121s)
Installing CMFFormController ... done (0.721s)
Installing GroupUserFolder ... done (0.823s)
Installing ZCTextIndex ... done (0.096s)
Installing CMFPlone ... done (6.033s)
Installing Archetypes ... done (0.209s)
Installing ATContentTypes ... done (0.371s)
Installing ATReferenceBrowserWidget ... done (0.019s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.027s)
Installing ExtendedPathIndex ... done (0.031s)
Installing ResourceRegistries ... done (0.018s)
Installing SecureMailHost ... done (0.019s)
Installing CMFPlacefulWorkflow ... done (0.100s)
Installing PasswordResetTool ... done (0.031s)
Installing PluggableAuthService ... done (0.035s)
Installing PluginRegistry ... done (0.023s)
Installing PlonePAS ... done (0.028s)
Installing kupu ... done (0.542s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.028s)
Installing PloneLanguageTool ... done (0.029s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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 178 tests with 0 failures and 0 errors in 2.512 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 12.652 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/app/layout/navigation/defaultpage.py:21: DeprecationWarning: The context_ parameter for isDefaultPage was never implemented and will be removed in Plone 4.
  DeprecationWarning, 1)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/lib/python/plone/app/layout/navigation/defaultpage.py:30: DeprecationWarning: The context_ parameter for getDefaultPage was never implemented and will be removed in Plone 4.
  DeprecationWarning, 1)
  Ran 12 tests with 0 failures and 0 errors in 0.052 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 10.412 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/PlonePAS/tools/groupdata.py:249: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 4.0. 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-plone31/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-plone31/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-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:7: DeprecationWarning: portal_membership.searchForMembers is deprecated and will be removed in Plone 4.0. Use PAS searchUsers instead
  ##parameters=searchstring, restrict, return_form=None, ignore=[]
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:7: DeprecationWarning: portal_membership.searchForMembers is deprecated and will be removed in Plone 4.0. Use PAS searchUsers instead
  ##parameters=searchstring, restrict, return_form=None, ignore=[]
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
  Ran 1504 tests with 0 failures and 0 errors in 481.059 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.724 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.018 seconds.
Total: 1694 tests, 0 failures, 0 errors

OK




More information about the Testbot mailing list