[Zodb-checkins] CVS: ZODB3/ZEO/tests - InvalidationTests.py:1.1.4.3

Jeremy Hylton jeremy at zope.com
Thu Jun 12 18:43:29 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv3479/ZEO/tests

Modified Files:
      Tag: ZODB3-3_1-branch
	InvalidationTests.py 
Log Message:
Include the missing key in the output to help with debugging.


=== ZODB3/ZEO/tests/InvalidationTests.py 1.1.4.2 => 1.1.4.3 ===
--- ZODB3/ZEO/tests/InvalidationTests.py:1.1.4.2	Thu Jun 12 16:31:20 2003
+++ ZODB3/ZEO/tests/InvalidationTests.py	Thu Jun 12 17:43:28 2003
@@ -169,7 +169,7 @@
             # If the test didn't add any keys, it didn't do what we expected.
             self.assert_(t.added_keys)
             for key in t.added_keys:
-                self.assert_(tree.has_key(key))
+                self.assert_(tree.has_key(key), key)
 
     def go(self, stop, *threads):
         # Run the threads




More information about the Zodb-checkins mailing list