[Zope-Checkins] CVS: ZODB3/ZEO/tests - auth_plaintext.py:1.6 testTransactionBuffer.py:1.7 test_cache.py:1.3

Tim Peters tim.one at comcast.net
Mon Dec 29 17:41:19 EST 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv2051/ZEO/tests

Modified Files:
	auth_plaintext.py testTransactionBuffer.py test_cache.py 
Log Message:
Whitespace normalization.


=== ZODB3/ZEO/tests/auth_plaintext.py 1.5 => 1.6 ===
--- ZODB3/ZEO/tests/auth_plaintext.py:1.5	Fri Nov 28 11:44:48 2003
+++ ZODB3/ZEO/tests/auth_plaintext.py	Mon Dec 29 17:40:48 2003
@@ -29,7 +29,7 @@
     return sha.new("%s:%s:%s" % (username, realm, password)).hexdigest()
 
 class StorageClass(ZEOStorage):
-    
+
     def auth(self, username, password):
         try:
             dbpw = self.database.get_password(username)


=== ZODB3/ZEO/tests/testTransactionBuffer.py 1.6 => 1.7 ===
--- ZODB3/ZEO/tests/testTransactionBuffer.py:1.6	Fri Dec 26 16:05:44 2003
+++ ZODB3/ZEO/tests/testTransactionBuffer.py	Mon Dec 29 17:40:48 2003
@@ -37,7 +37,7 @@
         tbuf.invalidate(*new_invalidate_data())
         for o in tbuf:
             pass
-            
+
     def doUpdates(self, tbuf):
         data = []
         for i in range(10):


=== ZODB3/ZEO/tests/test_cache.py 1.2 => 1.3 ===
--- ZODB3/ZEO/tests/test_cache.py:1.2	Wed Dec 24 11:02:00 2003
+++ ZODB3/ZEO/tests/test_cache.py	Mon Dec 29 17:40:48 2003
@@ -130,7 +130,7 @@
         self.cache.store(n2, "version", n2, None, "version data for n2")
         self.cache.store(n3, "", n3, n4, "non-current data for n3")
         self.cache.store(n3, "", n4, n5, "more non-current data for n3")
-        
+
         path = tempfile.mktemp()
         # Copy data from self.cache into path, reaching into the cache
         # guts to make the copy.




More information about the Zope-Checkins mailing list