[Checkins] SVN: zc.comment/trunk/ tests now run with zope.schema >= 3.6

Michael Howitz mh at gocept.com
Wed Mar 2 02:47:32 EST 2011


Log message for revision 120660:
  tests now run with zope.schema >= 3.6
  

Changed:
  U   zc.comment/trunk/CHANGES.txt
  U   zc.comment/trunk/src/zc/comment/README.txt

-=-
Modified: zc.comment/trunk/CHANGES.txt
===================================================================
--- zc.comment/trunk/CHANGES.txt	2011-03-02 07:46:34 UTC (rev 120659)
+++ zc.comment/trunk/CHANGES.txt	2011-03-02 07:47:32 UTC (rev 120660)
@@ -5,7 +5,7 @@
 0.2.0 (unreleased)
 ------------------
 
-- Fixed tests to run with `zope.interface` >= 3.3.
+- Fixed tests to run with `zope.interface` >= 3.3 and `zope.schema` >= 3.6.
 
 
 

Modified: zc.comment/trunk/src/zc/comment/README.txt
===================================================================
--- zc.comment/trunk/src/zc/comment/README.txt	2011-03-02 07:46:34 UTC (rev 120659)
+++ zc.comment/trunk/src/zc/comment/README.txt	2011-03-02 07:47:32 UTC (rev 120660)
@@ -162,7 +162,7 @@
     >>> comments.add(42)
     Traceback (most recent call last):
     ...
-    WrongType: (42, <type 'unicode'>)
+    WrongType: (42, <type 'unicode'>, 'body')
 
 If you like, you can always clear all comments:
 



More information about the checkins mailing list