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

jenkins at plone.org jenkins at plone.org
Thu Oct 16 13:01:07 UTC 2014


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

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


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

Repository: plone.dexterity
Branch: refs/heads/master
Date: 2014-10-14T16:24:31+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.dexterity/commit/587cd043eca1c4e3a760946a146e37aaf2d59134

shorten testname to have <80chars

Files changed:
M plone/dexterity/tests/test_fti.py

diff --git a/plone/dexterity/tests/test_fti.py b/plone/dexterity/tests/test_fti.py
index 02b3189..80616bc 100644
--- a/plone/dexterity/tests/test_fti.py
+++ b/plone/dexterity/tests/test_fti.py
@@ -247,7 +247,7 @@ def test_fires_modified_event_on_update_property_if_changed(self):
         fti._updateProperty('title', "New title")  # fires event caught above
         fti._updateProperty('allow_discussion', False)  # does not fire
 
-    def test_fires_modified_event_on_change_properties_per_changed_property(self):
+    def test_fires_modified_event_on_change_props_per_changed_property(self):
         fti = DexterityFTI(u"testtype")
         fti.title = "Old title"
         fti.allow_discussion = False


Repository: plone.dexterity
Branch: refs/heads/master
Date: 2014-10-14T17:06:23+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.dexterity/commit/30f300b2cb9c110059a3b42e5263be515d2d28f8

corrected typo in description

Files changed:
M plone/dexterity/fti.py

diff --git a/plone/dexterity/fti.py b/plone/dexterity/fti.py
index 89d7f56..cbb8d6f 100644
--- a/plone/dexterity/fti.py
+++ b/plone/dexterity/fti.py
@@ -64,7 +64,7 @@ class DexterityFTI(base.DynamicViewTypeInformation):
             'type': 'lines',
             'mode': 'w',
             'label': 'Behaviors',
-            'description': 'Named of enabled behaviors type'
+            'description': 'Names of enabled behaviors type'
         },
         {
             'id': 'schema',




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


More information about the Testbot mailing list