[Testbot] Plone 4.3 - Python 2.7 - Build # 2608 - Still failing! - 40 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Oct 12 16:19:27 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2608 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.rfc822
Branch: refs/heads/master
Date: 2014-10-12T17:55:28+02:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh at gmail.com>
Commit: https://github.com/plone/plone.rfc822/commit/6758149a79f55a4a97633418ea184662f42e1978

Update test to reflect the change in the representation of the model namespaces by adding the 18n xml namespace.

Files changed:
M plone/rfc822/supermodel.txt

diff --git a/plone/rfc822/supermodel.txt b/plone/rfc822/supermodel.txt
index b6a2cdb..ba726b6 100644
--- a/plone/rfc822/supermodel.txt
+++ b/plone/rfc822/supermodel.txt
@@ -14,7 +14,7 @@ First, let's load this package's ZCML so that we can run the tests:
     ...     <include package="Products.Five" file="configure.zcml" />
     ...     <include package="plone.supermodel" />
     ...     <include package="plone.rfc822" />
-    ...     
+    ...
     ... </configure>
     ... """
     >>> from StringIO import StringIO
@@ -64,7 +64,7 @@ on which it is marked:
 
     >>> from plone.supermodel import serializeSchema
     >>> print serializeSchema(ITestSchema) # doctest: +NORMALIZE_WHITESPACE
-    <model xmlns:marshal="http://namespaces.plone.org/supermodel/marshal" xmlns="http://namespaces.plone.org/supermodel/schema">
+    <model xmlns:i18n="http://xml.zope.org/namespaces/i18n" xmlns:marshal="http://namespaces.plone.org/supermodel/marshal" xmlns="http://namespaces.plone.org/supermodel/schema">
       <schema based-on="zope.interface.Interface">
         <field name="title" type="zope.schema.TextLine">
           <title>Title</title>




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


More information about the Testbot mailing list