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

jenkins at plone.org jenkins at plone.org
Tue Jun 2 15:17:20 UTC 2015


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

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

Changes:

[bauer] [fc] Repository: Products.CMFQuickInstallerTool







Test Results:

1 tests failed.
FAILED:  plone.portlet.collection.tests.functional.txt

Error Message:
Failed doctest test for functional.txt

Stack Trace:
Failed doctest test for functional.txt
  File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.portlet.collection/plone/portlet/collection/tests/functional.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7/src/plone.portlet.collection/plone/portlet/collection/tests/functional.txt", line 81, in functional.txt
Failed example:
    print strip_white_space(portlet_contents)
Expected:
    <section class="portlet portletCollection portlet-collection-test-collection"><header class="portletHeader">
    <span class="portletTopLeft"></span>
    <a href="http://nohost/plone/test-collection">
    <span>Test Collection</span>
    </a>
    <span class="portletTopRight"></span>
    </header>
    <li class="portletItem odd">
    <a href="http://nohost/plone/test-document" class="tile contenttype-document" title="">
    Test Document
    </a>
    </li>
    <footer class="portletFooter">
    <span class="portletBottomLeft"></span>
    <span>
    <a href="http://nohost/plone/test-collection">
    <span class="hiddenStructure">Test Collection - </span>
    <span>More...</span>
    </a>
    </span>
    <span class="portletBottomRight"></span>
    </footer>
    </section>
Got:
    <section class="portlet portletCollection portlet-collection-test-collection"><header class="portletHeader">
    <span class="portletTopLeft"/>
    <a href="http://nohost/plone/test-collection">
    <span>Test Collection</span>
    </a>
    <span class="portletTopRight"/>
    </header>
    <ul class="portletContent">
    <li class="portletItem odd">
    <a href="http://nohost/plone/test-document" class="tile contenttype-document" title="">
    Test Document
    </a>
    </li>
    </ul>
    <footer class="portletFooter">
    <span class="portletBottomLeft"/>
    <span>
    <a href="http://nohost/plone/test-collection">
    <span class="hiddenStructure">Test Collection - </span>
    <span>More…</span>
    </a>
    </span>
    <span class="portletBottomRight"/>
    </footer>
    </section>


  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