[Zope3-dev] Correct test for keyreference

jürgen Kartnaller j.kartnaller at cable.vol.at
Mon Oct 3 11:23:18 EDT 2005


Can someone please commit this change for
zope.app.keyreference.persistent.txt to the trunk ?

Index: persistent.txt
===================================================================
--- persistent.txt	(revision 38720)
+++ persistent.txt	(working copy)
@@ -30,7 +30,7 @@

 We can call the keys to get the objects:

-    >>> key1() is root['ob1'], key1() is root['ob1']
+    >>> key1() is root['ob1'], key2() is root['ob2']
     (True, True)

 New keys to the same objects are equal to the old:


Jürgen



More information about the Zope3-dev mailing list