[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests - VersionStorage.py:1.22

Barry Warsaw barry@wooz.org
Tue, 1 Apr 2003 10:05:35 -0500


Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv29161

Modified Files:
	VersionStorage.py 
Log Message:
Whitespace normalization


=== Zope/lib/python/ZODB/tests/VersionStorage.py 1.21 => 1.22 ===
--- Zope/lib/python/ZODB/tests/VersionStorage.py:1.21	Mon Mar 17 13:59:02 2003
+++ Zope/lib/python/ZODB/tests/VersionStorage.py	Tue Apr  1 10:05:34 2003
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 """Run the version related tests for a storage.
 
@@ -54,7 +54,7 @@
         # use repr() to avoid getting binary data in a traceback on error
         self.assertEqual(`revid1`, `revid3`)
         self.assertNotEqual(`revid2`, `revid3`)
-    
+
     def checkVersionedStoreAndLoad(self):
         eq = self.assertEqual
         # Store a couple of non-version revisions of the object
@@ -380,7 +380,7 @@
         self._storage.tpc_vote(t)
         self._storage.tpc_finish(t)
         self.assertEqual(oids, [oid])
-        
+
     def checkPackVersions(self):
         db = DB(self._storage)
         cn = db.open(version="testversion")
@@ -466,5 +466,3 @@
         txn.commit()
 
         self._storage.pack(time.time(), referencesf)
-
-