[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/RevisionStorage.py
Remove superfluous snooze calls in test. (#184059)
Christian Theune
ct at gocept.com
Tue Jan 22 08:37:37 EST 2008
Log message for revision 83087:
Remove superfluous snooze calls in test. (#184059)
Changed:
U ZODB/trunk/src/ZODB/tests/RevisionStorage.py
-=-
Modified: ZODB/trunk/src/ZODB/tests/RevisionStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/RevisionStorage.py 2008-01-22 13:36:11 UTC (rev 83086)
+++ ZODB/trunk/src/ZODB/tests/RevisionStorage.py 2008-01-22 13:37:36 UTC (rev 83087)
@@ -49,8 +49,6 @@
# guarantees that the next timestamp will be at least one
# larger (and probably much more than that) than the previous
# one.
- snooze()
- snooze()
revid = self._dostore(oid, revid, data=MinPO(i))
revs.append(self._storage.load(oid, ""))
More information about the Zodb-checkins
mailing list