[Zodb-checkins]
SVN: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/test_doctests.py
Add transaction tests.
Chris McDonough
chrism at plope.com
Thu Mar 24 17:13:07 EST 2005
Log message for revision 29672:
Add transaction tests.
Changed:
U ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/test_doctests.py
-=-
Modified: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/test_doctests.py
===================================================================
--- ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/test_doctests.py 2005-03-24 22:12:03 UTC (rev 29671)
+++ ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/test_doctests.py 2005-03-24 22:13:07 UTC (rev 29672)
@@ -15,4 +15,4 @@
from zope.testing.doctestunit import DocFileSuite
def test_suite():
- return DocFileSuite("../Blob.txt", "connection.txt")
+ return DocFileSuite("../Blob.txt", "connection.txt", "transaction.txt")
More information about the Zodb-checkins
mailing list