[Zodb-checkins] CVS: Zope3/src/zodb/storage/tests - version.py:1.7.4.3

Jeremy Hylton jeremy at zope.com
Thu Apr 17 17:00:50 EDT 2003


Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv13758/tests

Modified Files:
      Tag: jeremy-new-pack-branch
	version.py 
Log Message:
Remove debugging output.


=== Zope3/src/zodb/storage/tests/version.py 1.7.4.2 => 1.7.4.3 ===
--- Zope3/src/zodb/storage/tests/version.py:1.7.4.2	Thu Apr 17 15:55:33 2003
+++ Zope3/src/zodb/storage/tests/version.py	Thu Apr 17 16:00:49 2003
@@ -455,4 +455,5 @@
 
         cn2 = db.open(version="b")
         rt2 = cn2.root()
-        print rt2["b"].value.value
+        self.assertEqual(rt2["b"].value.value, "still version")
+            




More information about the Zodb-checkins mailing list