[Zodb-checkins] CVS: ZODB3/BDBStorage/tests -
BerkeleyTestBase.py:1.19 test_whitebox.py:1.7
test_zodb_simple.py:1.13
Tim Peters
tim.one at comcast.net
Thu Oct 2 18:14:32 EDT 2003
Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv25291/BDBStorage/tests
Modified Files:
BerkeleyTestBase.py test_whitebox.py test_zodb_simple.py
Log Message:
Whitespace normalization.
=== ZODB3/BDBStorage/tests/BerkeleyTestBase.py 1.18 => 1.19 ===
--- ZODB3/BDBStorage/tests/BerkeleyTestBase.py:1.18 Thu Oct 2 16:17:53 2003
+++ ZODB3/BDBStorage/tests/BerkeleyTestBase.py Thu Oct 2 18:14:00 2003
@@ -91,6 +91,5 @@
suite.addTest(unittest.makeSuite(klass, prefix))
else:
sys.stderr.write("BDBStorage not available, tests disabled\n")
-
+
return suite
-
=== ZODB3/BDBStorage/tests/test_whitebox.py 1.6 => 1.7 ===
--- ZODB3/BDBStorage/tests/test_whitebox.py:1.6 Thu Sep 11 13:01:30 2003
+++ ZODB3/BDBStorage/tests/test_whitebox.py Thu Oct 2 18:14:00 2003
@@ -251,7 +251,7 @@
WhiteboxHighLevelMinimal,
WhiteboxLowLevelFull,
WhiteboxHighLevelFull,
- )
+ )
if __name__ == '__main__':
=== ZODB3/BDBStorage/tests/test_zodb_simple.py 1.12 => 1.13 ===
--- ZODB3/BDBStorage/tests/test_zodb_simple.py:1.12 Thu Oct 2 14:17:31 2003
+++ ZODB3/BDBStorage/tests/test_zodb_simple.py Thu Oct 2 18:14:00 2003
@@ -81,7 +81,7 @@
return BDBStorage.tests.BerkeleyTestBase.makeSuite(
MinimalCommitAndRead,
FullCommitAndRead
- )
+ )
if __name__ == '__main__':
unittest.main(defaultTest='test_suite')
More information about the Zodb-checkins
mailing list