[Testbot] FAILED (failures=6) : Plone-3.1 Zope-2.10 Python-2.4.4

CMFPlone Tests plone-tests at epy.co.at
Thu Jul 31 03:31:09 UTC 2008


CMFPlone Tests : FAILED (failures=6)
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.326s)
Installing CMFDefault ... done (0.676s)
Installing CMFCalendar ... done (0.096s)
Installing CMFTopic ... done (0.057s)
Installing DCWorkflow ... done (0.122s)
Installing CMFActionIcons ... done (0.046s)
Installing CMFQuickInstallerTool ... done (0.150s)
Installing CMFFormController ... done (0.603s)
Installing GroupUserFolder ... done (0.775s)
Installing ZCTextIndex ... done (0.094s)
Installing CMFPlone ... done (6.759s)
Installing Archetypes ... done (0.482s)
Installing ATContentTypes ... done (0.057s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.027s)
Installing ExternalEditor ... done (0.027s)
Installing ExtendedPathIndex ... done (0.031s)
Installing ResourceRegistries ... done (0.017s)
Installing SecureMailHost ... done (0.020s)
Installing CMFPlacefulWorkflow ... done (0.100s)
Installing PasswordResetTool ... done (0.032s)
Installing PluggableAuthService ... done (0.033s)
Installing PluginRegistry ... done (0.023s)
Installing PlonePAS ... done (0.030s)
Installing kupu ... done (0.560s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.030s)
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 3.628 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 7.914 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.153 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()


Failure in test testNormalizeStringAccents (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-plone31/Products/CMFPlone/tests/testPloneTool.py", line 149, in testNormalizeStringAccents
    'eksempel-eoa-norsk-eoa')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'eksempel-aeoeaa-norsk-eoaa' != 'eksempel-eoa-norsk-eoa'



Failure in test testNormalizeStringUTF8 (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-plone31/Products/CMFPlone/tests/testPloneTool.py", line 155, in testNormalizeStringUTF8
    'eksempel-eoa-norsk-eoa')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'eksempel-aeoeaa-norsk-eoaa' != 'eksempel-eoa-norsk-eoa'



Failure in test testNormalize (Products.CMFPlone.tests.testUnicodeNormalizer.TestNormalizer)
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-plone31/Products/CMFPlone/tests/testUnicodeNormalizer.py", line 17, in testNormalize
    'Eksempel eoa norsk EOA')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'Eksempel aeoeaa norsk EOAa' != 'Eksempel eoa norsk EOA'



Failure in test testNormalizeSingleChars (Products.CMFPlone.tests.testUnicodeNormalizer.TestNormalizer)
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-plone31/Products/CMFPlone/tests/testUnicodeNormalizer.py", line 20, in testNormalizeSingleChars
    self.assertEqual(self.normalize(u"\xe6"), 'e')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'ae' != 'e'



Failure in test testNormalizeWithNumbers (Products.CMFPlone.tests.testUnicodeNormalizer.TestNormalizer)
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-plone31/Products/CMFPlone/tests/testUnicodeNormalizer.py", line 33, in testNormalizeWithNumbers
    'Eksempel-1-2-3-eoa norsk EOA')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'Eksempel-1-2-3-aeoeaa norsk EOAa' != 'Eksempel-1-2-3-eoa norsk EOA'



Failure in test normalizeString (Products.CMFPlone.PloneTool.PloneTool)
Failed doctest test for Products.CMFPlone.PloneTool.PloneTool.normalizeString
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/PloneTool.py", line 954, in normalizeString

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/Products/CMFPlone/PloneTool.py", line 1014, in Products.CMFPlone.PloneTool.PloneTool.normalizeString
Failed example:
    ptool.normalizeString(u"Eksempel æøå norsk ÆØÅ")
Expected:
    'eksempel-eoa-norsk-eoa'
Got:
    'eksempel-aeoeaa-norsk-eoaa'

/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 1520 tests with 6 failures and 0 errors in 483.126 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.729 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.020 seconds.
Total: 1710 tests, 6 failures, 0 errors

FAILED (failures=6)




More information about the Testbot mailing list