[Zodb-checkins] CVS: ZODB3/ZEO/tests - CommitLockTests.py:1.15.2.4
InvalidationTests.py:1.6.2.2 test_cache.py:1.1.2.8
Tim Peters
cvs-admin at zope.org
Mon Dec 1 10:16:40 EST 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv31977/ZEO/tests
Modified Files:
Tag: ZODB3-mvcc-2-branch
CommitLockTests.py InvalidationTests.py test_cache.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/tests/CommitLockTests.py 1.15.2.3 => 1.15.2.4 ===
--- ZODB3/ZEO/tests/CommitLockTests.py:1.15.2.3 Sun Nov 23 15:54:47 2003
+++ ZODB3/ZEO/tests/CommitLockTests.py Mon Dec 1 10:16:09 2003
@@ -147,7 +147,7 @@
return `t`
class CommitLockVoteTests(CommitLockTests):
-
+
def checkCommitLockVoteFinish(self):
oid, txn = self._start_txn()
self._storage.tpc_vote(txn)
=== ZODB3/ZEO/tests/InvalidationTests.py 1.6.2.1 => 1.6.2.2 ===
--- ZODB3/ZEO/tests/InvalidationTests.py:1.6.2.1 Wed Nov 19 16:09:17 2003
+++ ZODB3/ZEO/tests/InvalidationTests.py Mon Dec 1 10:16:09 2003
@@ -45,7 +45,7 @@
# subclass must provide
# - self.stop attribute (an event)
# - self._testrun() method
-
+
def testrun(self):
try:
self._testrun()
=== ZODB3/ZEO/tests/test_cache.py 1.1.2.7 => 1.1.2.8 ===
--- ZODB3/ZEO/tests/test_cache.py:1.1.2.7 Sat Nov 22 00:12:13 2003
+++ ZODB3/ZEO/tests/test_cache.py Mon Dec 1 10:16:09 2003
@@ -102,7 +102,7 @@
self.assertRaises(ValueError,
self.cache.store,
n1, "", n3, n3, None, "data")
-
+
def testEviction(self):
# Manually override the current maxsize
maxsize = self.cache.size = self.cache.dll.maxsize = 1245
@@ -144,6 +144,6 @@
eq(copy.version, self.cache.version)
eq(copy.current, self.cache.current)
eq(copy.noncurrent, self.cache.noncurrent)
-
+
def test_suite():
return unittest.makeSuite(CacheTests)
More information about the Zodb-checkins
mailing list