[Testbot] Plone 5.2 - Python 2.7 - Build # 1704 - Still Failing!

jenkins at plone.org jenkins at plone.org
Fri Sep 21 10:05:28 UTC 2018


Plone 5.2 - Python 2.7 - Build # 1704 - Still Failing:

Check console output at https://jenkins.plone.org/job/plone-5.2-python-2.7/1704/ to view the results.

Changes:

[Philip Bauer] mention correct pull-request for Products.GenericSetup







Test Results:

1 tests failed.
FAILED:  plone.app.discussion.tests.test_comment.CommentTest.test_getText_with_non_ascii_characters

Error Message:
'<p>Umlaute sind \xc3\xa4, \xc3\xb6 und \xc3\xbc.</p>' != u'<p>Umlaute sind \xe4, \xf6 und \xfc.</p>'

Stack Trace:
'<p>Umlaute sind \xc3\xa4, \xc3\xb6 und \xc3\xbc.</p>' != u'<p>Umlaute sind \xe4, \xf6 und \xfc.</p>'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/tests/test_comment.py", line 177, in test_getText_with_non_ascii_characters
    out.decode('utf8')
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


More information about the Testbot mailing list