[Checkins] SVN: z3c.schema2xml/branches/combined-deserialization-errors/src/z3c/schema2xml/README.txt fix broken test

Christian Klinger cvs-admin at zope.org
Wed Jun 13 10:53:20 UTC 2012


Log message for revision 126839:
  fix broken test

Changed:
  U   z3c.schema2xml/branches/combined-deserialization-errors/src/z3c/schema2xml/README.txt

-=-
Modified: z3c.schema2xml/branches/combined-deserialization-errors/src/z3c/schema2xml/README.txt
===================================================================
--- z3c.schema2xml/branches/combined-deserialization-errors/src/z3c/schema2xml/README.txt	2012-06-12 21:30:22 UTC (rev 126838)
+++ z3c.schema2xml/branches/combined-deserialization-errors/src/z3c/schema2xml/README.txt	2012-06-13 10:53:16 UTC (rev 126839)
@@ -568,7 +568,7 @@
 
     >>> key, value = e.field_errors.values()[0]
     >>> key
-    Karel 3
+    TooLong(u'Karel', 3)
 
     >>> value
     <Element first_name at ...>



More information about the checkins mailing list