[Zope3-checkins] CVS: Zope3/src/zodb/btrees/tests - test_btrees.py:1.10
Albertas Agejevas
alga@codeworks.lt
Thu, 13 Mar 2003 13:49:27 -0500
Update of /cvs-repository/Zope3/src/zodb/btrees/tests
In directory cvs.zope.org:/tmp/cvs-serv1411/src/zodb/btrees/tests
Modified Files:
test_btrees.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/zodb/btrees/tests/test_btrees.py 1.9 => 1.10 ===
--- Zope3/src/zodb/btrees/tests/test_btrees.py:1.9 Fri Mar 7 15:13:20 2003
+++ Zope3/src/zodb/btrees/tests/test_btrees.py Thu Mar 13 13:48:56 2003
@@ -62,7 +62,7 @@
self._closeRoot(root)
self._closeRoot(root2)
-
+
def testGhostUnghost(self):
for i in 0, 10, 1000:
t = self.t.__class__()
@@ -78,7 +78,7 @@
self.assertEqual(list(root2[i].items()) , list(t.items()))
else:
self.assertEqual(list(root2[i].keys()) , list(t.keys()))
-
+
self._closeRoot(root)
self._closeRoot(root2)