[Checkins] SVN: zope.keyreference/trunk/ Made the tests pass with ZODB3.9, which changed the repr() of the persistent classes.

Hanno Schlichting hannosch at hannosch.eu
Tue Sep 15 08:29:34 EDT 2009


Log message for revision 104048:
  Made the tests pass with ZODB3.9, which changed the repr() of the persistent classes.
  

Changed:
  U   zope.keyreference/trunk/CHANGES.txt
  U   zope.keyreference/trunk/src/zope/keyreference/persistent.txt

-=-
Modified: zope.keyreference/trunk/CHANGES.txt
===================================================================
--- zope.keyreference/trunk/CHANGES.txt	2009-09-15 12:17:19 UTC (rev 104047)
+++ zope.keyreference/trunk/CHANGES.txt	2009-09-15 12:29:34 UTC (rev 104048)
@@ -5,7 +5,8 @@
 3.6.2 (unreleased)
 ------------------
 
-- ...
+- Made the tests pass with ZODB3.9, which changed the repr() of the persistent
+  classes.
 
 3.6.1 (2009-02-01)
 ------------------

Modified: zope.keyreference/trunk/src/zope/keyreference/persistent.txt
===================================================================
--- zope.keyreference/trunk/src/zope/keyreference/persistent.txt	2009-09-15 12:17:19 UTC (rev 104047)
+++ zope.keyreference/trunk/src/zope/keyreference/persistent.txt	2009-09-15 12:29:34 UTC (rev 104048)
@@ -113,7 +113,7 @@
     ... # doctest: +ELLIPSIS
     Traceback (most recent call last):
     ...
-    NotYet: <persistent.dict.PersistentDict object at ...>
+    NotYet: ...
 
 Note that we get a NotYet error. This indicates that we might be able
 to get a key reference later.



More information about the checkins mailing list