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

Jeremy Hylton jeremy at zope.com
Tue Mar 30 14:26:42 EST 2004


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

Modified Files:
      Tag: jeremy-txn-branch
	test_contained.py 
Log Message:
Removing trailing semi-colons.


=== Zope3/src/zope/app/container/tests/test_contained.py 1.5 => 1.5.2.1 ===
--- Zope3/src/zope/app/container/tests/test_contained.py:1.5	Mon Mar 29 16:33:57 2004
+++ Zope3/src/zope/app/container/tests/test_contained.py	Tue Mar 30 14:26:41 2004
@@ -54,9 +54,9 @@
 def test_basic_persistent_w_non_persistent_proxied():
     """
     >>> p = ContainedProxy([1])
-    >>> p.__parent__ = 2;
+    >>> p.__parent__ = 2
     >>> p.__name__ = 'test'
-    >>> db = DB(DemoStorage('test_storage'));
+    >>> db = DB(DemoStorage('test_storage'))
     >>> c = db.open()
     >>> c.root()['p'] = p
     >>> get_transaction().commit()
@@ -110,7 +110,7 @@
 
     Now we'll save the data:
     
-    >>> db = DB(DemoStorage('test_storage'));
+    >>> db = DB(DemoStorage('test_storage'))
     >>> c1 = db.open()
     >>> c1.root()['parent'] = parent
     >>> c1.root()['other'] = other




More information about the Zope3-Checkins mailing list