[Testbot] Plone 4.3 - Python 2.7 - Build # 2368 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Jun 21 15:03:46 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2368 - Failure!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2368/


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

Repository: plone.app.z3cform
Branch: refs/heads/master
Date: 2014-06-21T16:19:27+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.z3cform/commit/893be578388e893d9b76387b8e19b514f41c05f1

Run robot tests on a higher level so they are not run by default.

Files changed:
M plone/app/z3cform/tests/tests.py

diff --git a/plone/app/z3cform/tests/tests.py b/plone/app/z3cform/tests/tests.py
index 68ff7a3..6048d98 100644
--- a/plone/app/z3cform/tests/tests.py
+++ b/plone/app/z3cform/tests/tests.py
@@ -49,8 +49,10 @@ def test_suite():
     )
     inlineValidationTests.layer = PAZ3CForm_INTEGRATION_TESTING
 
+    robottestsuite = robotsuite.RobotTestSuite("test_multi.robot")
+    robottestsuite.level = ROBOT_TEST_LEVEL
     robotTests = layered(
-        robotsuite.RobotTestSuite("test_multi.robot"),
+        robottestsuite,
         layer=PAZ3CForm_ROBOT_TESTING
     )
     suite = unittest.TestSuite([




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


More information about the Testbot mailing list