[Testbot] FAILED (failures=3) : Plone[next]-3.2 Zope-2.10 Python-2.4.5

CMFPlone Tests plone-tests at epy.co.at
Sun Dec 14 05:17:02 UTC 2008


CMFPlone Tests : FAILED (failures=3)
Plone[next]-3.2 Zope-2.10 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package Products.CMFPlone
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 1.710 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 7.206 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.PlonePAS-3.7-py2.4.egg/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()
  Ran 12 tests with 0 failures and 0 errors in 0.039 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 15.402 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Products.PlonePAS-3.7-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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()


Failure in test testNormalizeStringRelaxedKeepsOtherSymbols (Products.CMFPlone.tests.testPloneTool.TestPloneTool)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/Products/CMFPlone/tests/testPloneTool.py", line 158, in testNormalizeStringRelaxedKeepsOtherSymbols
    'A -String-.foo-xx')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'A -String-.foo_#xx' != 'A -String-.foo-xx'



Failure in test testNormalizeStringRelaxedStripsDangerousChars (Products.CMFPlone.tests.testPloneTool.TestPloneTool)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/Products/CMFPlone/tests/testPloneTool.py", line 153, in testNormalizeStringRelaxedStripsDangerousChars
    'A -String-foo.x-x')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'A -String-foo.x-#x' != 'A -String-foo.x-x'



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/Products/CMFPlone/tests/LoginAndLogout.txt
Failed doctest test for LoginAndLogout.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/Products/CMFPlone/tests/LoginAndLogout.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/Products/CMFPlone/tests/LoginAndLogout.txt", line 115, in LoginAndLogout.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/atct_edit'
Got:
    'http://nohost/plone/Members/test_user_1_/edit'

/home/stefan/autotest/temp/python24-zope210-cmf21-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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-plone32next/eggs/Plone-3.2a1-py2.4.egg/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 1512 tests with 3 failures and 0 errors in 452.267 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.633 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
Total: 1702 tests, 3 failures, 0 errors

FAILED (failures=3)




More information about the Testbot mailing list