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

jenkins at plone.org jenkins at plone.org
Sat Mar 22 08:32:02 UTC 2014


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

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


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

Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2014-03-22T08:57:49+01:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.schemaeditor/commit/f32c29110a75462981060e04b77f6998692b90a6

Rewrite choice.txt doctest to make it pass on Jenkins as well.

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

diff --git a/plone/schemaeditor/tests/choice.txt b/plone/schemaeditor/tests/choice.txt
index 271d1ef..8ed3a60 100644
--- a/plone/schemaeditor/tests/choice.txt
+++ b/plone/schemaeditor/tests/choice.txt
@@ -102,12 +102,13 @@ We can select a vocabulary factory instead of values.
     [event: ObjectModifiedEvent on Choice]
     [event: SchemaModifiedEvent on DummySchemaContext]
     >>> browser.open(portal_url + '/@@contexteditor')
-    >>> print browser.contents
-    <...
-    <option id="form-widgets-country-0" value="fr">France...
-    <option id="form-widgets-country-1" value="uk">United Kingdom...
-    <option id="form-widgets-country-2" value="es">Spain...
-    ...
+
+    >>> '<option id="form-widgets-country-0" value="fr">France' in browser.contents
+    True
+    >>> '<option id="form-widgets-country-1" value="uk">United Kingdom' in browser.contents
+    True
+    >>> '<option id="form-widgets-country-2" value="es">Spain' in browser.contents
+    True
 
 We can't set a vocabulary name AND values.
 




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


More information about the Testbot mailing list