Commit cce3c72e authored by Jim Fulton's avatar Jim Fulton

Fixed a test that has a "0" output that should have been "False".

parent 70551073
......@@ -16,7 +16,7 @@
This module tests and documents, through example, overriding attribute
access methods.
$Id: test_overriding_attrs.py,v 1.4 2004/03/02 22:17:43 jeremy Exp $
$Id: test_overriding_attrs.py,v 1.5 2004/03/04 22:41:59 jim Exp $
"""
from persistent import Persistent
......@@ -44,7 +44,7 @@ class SampleOverridingGetattr(Persistent):
>>> o = SampleOverridingGetattr()
>>> o._p_changed
0
False
>>> o._p_oid
>>> o._p_jar
>>> o.spam
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment