[Testbot] Plone 5.0 - Python 2.7 - Build # 168 - Still Failing!

jenkins at plone.org jenkins at plone.org
Fri Mar 6 07:58:50 UTC 2015


Plone 5.0 - Python 2.7 - Build # 168 - Still Failing:

Check console output at http://jenkins.plone.org/job/plone-5.0-python-2.7/168/ to view the results.

Changes:

[david.glick] [fc] Repository: Products.CMFPlone



Failed Tests:

1 tests failed.
FAILED:  plone.app.testing.helpers.rst

Error Message:
Failed doctest test for helpers.rst

Stack Trace:
Failed doctest test for helpers.rst
  File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.app.testing/plone/app/testing/helpers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.app.testing/plone/app/testing/helpers.rst", line 139, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print portal['portal_quickinstaller'].isProductInstalled('plone.resource')
        print portal['portal_quickinstaller'].isProductInstalled('plone.app.theming')
Expected:
    True
    True
Got:
    True
    False
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.app.testing/plone/app/testing/helpers.rst", line 203, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print portal.title
        print portal['portal_quickinstaller'].isProductInstalled('plone.resource')
        print portal['portal_quickinstaller'].isProductInstalled('plone.app.theming')
        'folder1' in portal.objectIds()
Expected:
    New title
    True
    True
    False
Got:
    New title
    True
    False
    False
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.app.testing/plone/app/testing/helpers.rst", line 224, in helpers.rst
Failed example:
    with helpers.ploneSite() as portal:
        print portal.title
        print portal['portal_quickinstaller'].isProductInstalled('plone.resource')
        print portal['portal_quickinstaller'].isProductInstalled('plone.app.theming')
Expected:
    Plone site
    False
    True
Got:
    Plone site
    False
    False


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))









More information about the Testbot mailing list