SVN: ZODB/trunk/src/ZODB/tests/blob_transaction.txt Removed a pointless check that led to spurious test failures.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090826101322.C91DF9417B__45465.5409478166$1251281621$gmane$org@cvs.zope.org> |
Log message for revision 103218:
Removed a pointless check that led to spurious test failures.
Changed:
U ZODB/trunk/src/ZODB/tests/blob_transaction.txt
-=-
Modified: ZODB/trunk/src/ZODB/tests/blob_transaction.txt
===================================================================
--- ZODB/trunk/src/ZODB/tests/blob_transaction.txt 2009-08-26 08:28:35 UTC (rev 103217)
+++ ZODB/trunk/src/ZODB/tests/blob_transaction.txt 2009-08-26 10:13:22 UTC (rev 103218)
@@ -237,8 +237,6 @@
>>> len([name for name in os.listdir(os.path.join(blob_dir, 'tmp'))
... if name.startswith('savepoint')])
1
- >>> os.listdir(os.path.join(blob_dir, 'tmp'))[0].startswith('savepoint')
- True
After committing the transaction, the temporary savepoint files are moved to
the committed location again: