[Checkins] SVN: z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt fix the other test too

Adam Groszer cvs-admin at zope.org
Wed Sep 12 08:24:51 UTC 2012


Log message for revision 127827:
  fix the other test too

Changed:
  U   z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt

-=-
Modified: z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt
===================================================================
--- z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt	2012-09-12 08:20:52 UTC (rev 127826)
+++ z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt	2012-09-12 08:24:47 UTC (rev 127827)
@@ -11,8 +11,8 @@
 its output.
 
   >>> from z3c.datagenerator.generator import consistent_hash
-  >>> consistent_hash('seed')
-  1149756166
+  >>> consistent_hash('seed') == 1149756166
+  True
   >>> consistent_hash('')
   0
   >>> consistent_hash('0') == 4108050209



More information about the checkins mailing list