[Zodb-checkins] CVS: Zope3/src/persistence/tests - test_cache.py:1.4
Albertas Agejevas
alga@codeworks.lt
Thu, 13 Mar 2003 13:49:26 -0500
Update of /cvs-repository/Zope3/src/persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv1411/src/persistence/tests
Modified Files:
test_cache.py
Log Message:
An unexpected raid by the Whitespace Police.
Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.
=== Zope3/src/persistence/tests/test_cache.py 1.3 => 1.4 ===
--- Zope3/src/persistence/tests/test_cache.py:1.3 Fri Mar 7 15:20:35 2003
+++ Zope3/src/persistence/tests/test_cache.py Thu Mar 13 13:48:55 2003
@@ -25,7 +25,7 @@
def register(self, ob):
self.called += 1
-
+
def setstate(self, ob):
ob.__setstate__({'x': 42})
self.cache.setstate(ob._p_oid, ob)