[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testblob.py removed trailing whitespace.

Jim Fulton jim at zope.com
Tue May 18 11:22:08 EDT 2010


Log message for revision 112459:
  removed trailing whitespace.
  

Changed:
  U   ZODB/trunk/src/ZODB/tests/testblob.py

-=-
Modified: ZODB/trunk/src/ZODB/tests/testblob.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testblob.py	2010-05-18 15:06:37 UTC (rev 112458)
+++ ZODB/trunk/src/ZODB/tests/testblob.py	2010-05-18 15:22:07 UTC (rev 112459)
@@ -145,7 +145,7 @@
         # the blob footprint object should exist no longer
         self.assertRaises(KeyError, root.__getitem__, 'blob')
         database.close()
-        
+
     def testUndo(self):
         database = DB(self._storage)
         connection = database.open()
@@ -178,7 +178,7 @@
         blob.consumeFile('consume1')
         root['blob'] = blob
         transaction.commit()
-        
+
         transaction.begin()
         blob = root['blob']
         open('consume2', 'w').write('this is state 2')
@@ -279,8 +279,8 @@
         transaction.commit()
         self._dst.copyTransactionsFrom(self._storage)
         self.compare(self._storage, self._dst)
-    
 
+
 def gc_blob_removes_uncommitted_data():
     """
     >>> blob = Blob()
@@ -335,7 +335,7 @@
 
     >>> transaction.commit() # doctest: +ELLIPSIS
     Copied blob file ...
-    
+
     >>> root['blob2'].open().read()
     'test2'
 
@@ -625,7 +625,7 @@
             return factory(name, blob_dir)
 
         test.globs['create_storage'] = create_storage
-    
+
     suite = unittest.TestSuite()
     suite.addTest(doctest.DocFileSuite(
         "blob_connection.txt", "blob_importexport.txt",



More information about the Zodb-checkins mailing list