[Zodb-checkins] CVS: Zope3/src/zodb/storage/tests - version.py:1.10
Tim Peters
tim.one at comcast.net
Mon Apr 28 13:17:51 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv18675/src/zodb/storage/tests
Modified Files:
version.py
Log Message:
Whitespace normalization.
=== Zope3/src/zodb/storage/tests/version.py 1.9 => 1.10 ===
--- Zope3/src/zodb/storage/tests/version.py:1.9 Mon Apr 28 12:17:17 2003
+++ Zope3/src/zodb/storage/tests/version.py Mon Apr 28 12:17:50 2003
@@ -336,12 +336,12 @@
snooze()
self._storage.pack(time.time())
-
+
db.commitVersion("testversion")
txn = get_transaction()
txn.note("commit version")
txn.commit()
-
+
cn = db.open()
root = cn.root()
root["obj"] = "no version"
@@ -380,7 +380,7 @@
txn.commit()
self._storage.pack(t0)
-
+
db.commitVersion("testversion")
txn = get_transaction()
txn.note("commit version")
@@ -445,16 +445,15 @@
t = time.time()
snooze()
-
+
L = db.undoInfo()
db.undo(L[0]["id"])
txn = get_transaction()
txn.note("undo abort")
txn.commit()
-
+
self._storage.pack(t)
cn2 = db.open(version="b")
rt2 = cn2.root()
self.assertEqual(rt2["b"].value.value, "still version")
-
More information about the Zodb-checkins
mailing list