[Zope3-checkins] CVS: Zope3/src/zope/app/container/tests - test_contained.py:1.2.10.3

Jeremy Hylton jeremy at zope.com
Thu Feb 12 16:15:14 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/container/tests
In directory cvs.zope.org:/tmp/cvs-serv27649

Modified Files:
      Tag: zope3-zodb3-devel-branch
	test_contained.py 
Log Message:
persistence -> persistent
And fix spelling error in test name.


=== Zope3/src/zope/app/container/tests/test_contained.py 1.2.10.2 => 1.2.10.3 ===
--- Zope3/src/zope/app/container/tests/test_contained.py:1.2.10.2	Fri Jan 30 11:16:57 2004
+++ Zope3/src/zope/app/container/tests/test_contained.py	Thu Feb 12 16:15:14 2004
@@ -19,7 +19,7 @@
 from ZODB.DemoStorage import DemoStorage
 from ZODB.DB import DB
 from transaction import get_transaction
-from persistence import Persistent
+from persistent import Persistent
 
 class MyOb(Persistent):
     pass
@@ -51,7 +51,7 @@
     'p'
     """
     
-def test_basic_persistence_w_non_perssitent_proxied():
+def test_basic_persistent_w_non_persitent_proxied():
     """
     >>> p = ContainedProxy([1])
     >>> p.__parent__ = 2;
@@ -80,7 +80,7 @@
     >>> db.close()
     """
     
-def test_basic_persistence_w_perssitent_proxied():
+def test_basic_persistent_w_persitent_proxied():
     """
 
     Here, we'll verify that shared references work and




More information about the Zope3-Checkins mailing list