[Zope3-checkins] CVS: Zope3/src/zope/app/container/tests -
test_contained.py:1.1.2.4
Jim Fulton
jim at zope.com
Wed Sep 17 18:30:09 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/container/tests
In directory cvs.zope.org:/tmp/cvs-serv22879/src/zope/app/container/tests
Modified Files:
Tag: parentgeddon-branch
test_contained.py
Log Message:
Provided automativ data conversion for parentgeddon.
=== Zope3/src/zope/app/container/tests/test_contained.py 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/container/tests/test_contained.py:1.1.2.3 Wed Sep 17 09:00:49 2003
+++ Zope3/src/zope/app/container/tests/test_contained.py Wed Sep 17 18:29:38 2003
@@ -68,7 +68,18 @@
2
>>> p2.__name__
'test'
-
+
+ >>> p2._p_changed
+ 0
+ >>> p2._p_deactivate()
+ >>> p2._p_changed
+ >>> p2.__name__
+ 'test'
+
+ >>> c2.close()
+ >>> c.close()
+
+ >>> db.close()
"""
def test_basic_persistence_w_perssitent_proxied():
More information about the Zope3-Checkins
mailing list