[Zodb-checkins] CVS: Zope3/src/persistent/tests - test_overriding_attrs.py:1.5

Jim Fulton jim at zope.com
Thu Mar 4 17:42:02 EST 2004


Update of /cvs-repository/Zope3/src/persistent/tests
In directory cvs.zope.org:/tmp/cvs-serv4056/src/persistent/tests

Modified Files:
	test_overriding_attrs.py 
Log Message:
Fixed a test that has a "0" output that should have been "False".


=== Zope3/src/persistent/tests/test_overriding_attrs.py 1.4 => 1.5 ===
--- Zope3/src/persistent/tests/test_overriding_attrs.py:1.4	Tue Mar  2 17:17:43 2004
+++ Zope3/src/persistent/tests/test_overriding_attrs.py	Thu Mar  4 17:41:59 2004
@@ -44,7 +44,7 @@
 
         >>> o = SampleOverridingGetattr()
         >>> o._p_changed
-        0
+        False
         >>> o._p_oid
         >>> o._p_jar
         >>> o.spam




More information about the Zodb-checkins mailing list