[Testbot] Plone 4.3 - Python 2.6 - Build # 1889 - Still failing! - 2 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Mar 22 12:19:17 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 1889 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/1889/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2014-03-22T12:45:12+01:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.schemaeditor/commit/c015d862960ebb21a1bac3651a9f14b8c5ad2e6d

Fix test failure on Jenkins.

Files changed:
M plone/schemaeditor/tests/choice.txt

diff --git a/plone/schemaeditor/tests/choice.txt b/plone/schemaeditor/tests/choice.txt
index 8ed3a60..0a9b824 100644
--- a/plone/schemaeditor/tests/choice.txt
+++ b/plone/schemaeditor/tests/choice.txt
@@ -196,11 +196,12 @@ We can select a vocabulary factory instead of values.
     [event: ObjectModifiedEvent on Set]
     [event: SchemaModifiedEvent on DummySchemaContext]
     >>> browser.open(portal_url + '/@@contexteditor')
-    >>> print browser.contents
-    <...
-    <option id="form-widgets-categories-0" value="php">PHP...
-    <option id="form-widgets-categories-1" value="c">C...
-    <option id="form-widgets-categories-2" value="ruby">Ruby...
+    >>> '<option id="form-widgets-categories-0" value="php">PHP' in browser.contents
+    True
+    >>> '<option id="form-widgets-categories-1" value="c">C' in browser.contents
+    True
+    >>> '<option id="form-widgets-categories-2" value="ruby">Ruby' in browser.contents
+    True
 
 Back to the edit form, vocabulary name is selected.
 




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1317 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140322/de141d3a/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 161993 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140322/de141d3a/attachment-0003.obj>


More information about the Testbot mailing list