[Testbot] Plone 4.3 – Python 2.6 – Build # 478 – Regression! – 4 failure(s)

admin at jenkins.plone.org admin at jenkins.plone.org
Thu Jan 24 13:23:09 UTC 2013


https://jenkins.plone.org/job/plone-4.3-python-2.6/478/

Total: 7580
Pass: 7576
Fail:  4

FAILED TESTS
------------

4 tests failed.
REGRESSION:  Products.CMFPlone.tests.testUnicodeSplitter.TestCaseNormalizer.testNormalizeLatin1

Error Message:
['\xc4ffin'] != ['\xe4ffin']

Stack Trace:
['\xc4ffin'] != ['\xe4ffin']

  File "/opt/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/Products.CMFPlone/Products/CMFPlone/tests/testUnicodeSplitter.py", line 127, in testNormalizeLatin1
    self.assertEqual(self.process(input), output)
  File "/opt/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))


REGRESSION:  Products.CMFPlone.tests.testUnicodeSplitter.TestQuery.testMixedModeQuery

Error Message:
0 != 1

Stack Trace:
0 != 1

  File "/opt/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/Products.CMFPlone/Products/CMFPlone/tests/testUnicodeSplitter.py", line 212, in testMixedModeQuery
    self.assertEqual(len(brains), 1)
  File "/opt/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))


REGRESSION:  Products.CMFPlone.tests.testUnicodeSplitter.TestSplitter.testProcessLatin1

Error Message:
['ffin', 'foo'] != ['\xc4ffin', 'foo']

Stack Trace:
['ffin', 'foo'] != ['\xc4ffin', 'foo']

  File "/opt/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/Products.CMFPlone/Products/CMFPlone/tests/testUnicodeSplitter.py", line 94, in testProcessLatin1
    self.assertEqual(self.process(input), output)
  File "/opt/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))


REGRESSION:  plone.app.blob.tests.test_replacements.ImageReplacementTests.testCatalogAfterImageMigration

Error Message:
index: Date

Stack Trace:
index: Date

  File "/opt/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.6-py2.6.egg/plone/app/blob/tests/test_replacements.py", line 251, in testCatalogAfterImageMigration
    self.assertEqual(index_data[key], value, 'index: %s' % key)
  File "/opt/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))




CHANGES
-------




More information about the Testbot mailing list