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

jenkins at plone.org jenkins at plone.org
Sat Aug 23 04:11:04 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3089 - Failure!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.z3cform
Branch: refs/heads/master
Date: 2014-08-23T01:12:22+02:00
Author: Gil Forcada (gforcada) <gforcada at gnome.org>
Commit: https://github.com/plone/plone.app.z3cform/commit/5d081a3087a24b430109ca0b52f6476a439d8b99

Whitespaces cleanup

Files changed:
M plone/app/z3cform/inline_validation.rst
M plone/app/z3cform/queryselect/README.rst
M plone/app/z3cform/tests/testing.zcml

diff --git a/plone/app/z3cform/inline_validation.rst b/plone/app/z3cform/inline_validation.rst
index c5dd6ba..40d72b1 100644
--- a/plone/app/z3cform/inline_validation.rst
+++ b/plone/app/z3cform/inline_validation.rst
@@ -61,7 +61,7 @@ Let's verify that worked:
     ...             return getMultiAdapter((self, self._REQUEST), Interface, name[2:]).__of__(self)
     ...         else:
     ...             return getattr(self, name)
-    ...         
+    ...
     >>> context = Bar()
     >>> request = make_request()
     >>> context._REQUEST = request # evil test fake
@@ -108,8 +108,8 @@ should return without issue:
 Inline validation with groups
 -----------------------------
 
-We use plone.app.z3cform.tests.example.MyGroupFormWrapper and validate the 
-field 'name' that's part of a group. Inline validation is invoked via the 
+We use plone.app.z3cform.tests.example.MyGroupFormWrapper and validate the
+field 'name' that's part of a group. Inline validation is invoked via the
 @@z3cform_validate_field view.
 
     >>> request = make_request(form={'form.widgets.name': ''})
@@ -139,8 +139,8 @@ the name of the group.
 Inline-Validation and Translation of ErrorSnippets
 --------------------------------------------------
 
-We use plone.app.z3cform.tests.example.MyGroupFormWrapper and validate the 
-field 'name' that's part of a group. Inline validation is invoked via the 
+We use plone.app.z3cform.tests.example.MyGroupFormWrapper and validate the
+field 'name' that's part of a group. Inline validation is invoked via the
 @@z3cform_validate_field view.
 
     >>> request = make_request(form={'form.widgets.name': ''}, lang='de',)
diff --git a/plone/app/z3cform/queryselect/README.rst b/plone/app/z3cform/queryselect/README.rst
index 59a3623..d0b4863 100644
--- a/plone/app/z3cform/queryselect/README.rst
+++ b/plone/app/z3cform/queryselect/README.rst
@@ -13,7 +13,7 @@ This is how your form schema could look like:
 
   >>> from zope import interface, schema
   >>> from plone.app.z3cform.queryselect import ArchetypesContentSourceBinder
-  
+
   >>> class ISelection(interface.Interface):
   ...     items = schema.Set(
   ...         title=u"Selection",
diff --git a/plone/app/z3cform/tests/testing.zcml b/plone/app/z3cform/tests/testing.zcml
index fce1589..0a630ef 100644
--- a/plone/app/z3cform/tests/testing.zcml
+++ b/plone/app/z3cform/tests/testing.zcml
@@ -3,7 +3,7 @@
     xmlns:browser="http://namespaces.zope.org/browser"
     xmlns:i18n="http://namespaces.zope.org/i18n"
     i18n_domain="plone">
-    
+
     <browser:page
         name="test-form"
         for="*"




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


More information about the Testbot mailing list