[Testbot] Plone 5.0 - Python 2.7 - Build # 4010 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Fri Jan 23 07:28:33 UTC 2015


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 4010 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/4010/


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

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2015-01-22T21:25:38+01:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/a665c2667ea7f87c949e2d7371b05003f5216498

Add plone.dexterity to plone_app_testing alltests group.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index e249f62..ba65d2b 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -278,10 +278,11 @@ plone_app_testing =
     plone.autoform
     plone.batching
     plone.behavior
+    plone.browserlayer
     plone.caching
     plone.cachepurging
     plone.contentrules
-    plone.browserlayer
+    plone.dexterity 
     plone.event
     plone.fieldsets
     plone.formwidget.namedfile
@@ -329,9 +330,6 @@ Dexterity =
     plone.namedfile
 # Moving plone.schemaeditor into the plone_app_testing_group leads to test failures.
     plone.schemaeditor
-# Moving plone.dexterity into the plone_app_testing group leads to 3 test failures in
-# test_item_dublincore
-    plone.dexterity
 # Moving plone.session into the plone_app_testing group leads to massive test failures.
     plone.session
 


Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2015-01-23T07:57:38+01:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/1cdef136da46065ff449bd967a340fc6b4450c3c

Merge branch '5.0' of github.com:plone/buildout.coredev into 5.0

Files changed:




Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2015-01-23T07:57:57+01:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/687ba501c8713d2aa57bc41ddcb25b479dcdab0e

Revert "Add plone.dexterity to plone_app_testing alltests group."

This reverts commit a665c2667ea7f87c949e2d7371b05003f5216498.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index ba65d2b..e249f62 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -278,11 +278,10 @@ plone_app_testing =
     plone.autoform
     plone.batching
     plone.behavior
-    plone.browserlayer
     plone.caching
     plone.cachepurging
     plone.contentrules
-    plone.dexterity 
+    plone.browserlayer
     plone.event
     plone.fieldsets
     plone.formwidget.namedfile
@@ -330,6 +329,9 @@ Dexterity =
     plone.namedfile
 # Moving plone.schemaeditor into the plone_app_testing_group leads to test failures.
     plone.schemaeditor
+# Moving plone.dexterity into the plone_app_testing group leads to 3 test failures in
+# test_item_dublincore
+    plone.dexterity
 # Moving plone.session into the plone_app_testing group leads to massive test failures.
     plone.session
 




-------------------------------------------------------------------------------


More information about the Testbot mailing list