[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.40.4.5
auth_plaintext.py:1.2.6.3 zeoserver.py:1.19.6.8
Tim Peters
tim.one at comcast.net
Wed Jun 9 14:42:41 EDT 2004
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv20606/ZEO/tests
Modified Files:
Tag: Zope-2_7-branch
ConnectionTests.py auth_plaintext.py zeoserver.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.40.4.4 => 1.40.4.5 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.40.4.4 Fri Jan 9 15:54:49 2004
+++ ZODB3/ZEO/tests/ConnectionTests.py Wed Jun 9 14:42:06 2004
@@ -609,7 +609,7 @@
self.assertEqual(perstorage.verify_result, "quick verification")
self.assertEqual(perstorage._server._last_invals,
(revid, [(oid, '')]))
-
+
self.assertEqual(perstorage.load(oid, ''),
self._storage.load(oid, ''))
perstorage.close()
=== ZODB3/ZEO/tests/auth_plaintext.py 1.2.6.2 => 1.2.6.3 ===
--- ZODB3/ZEO/tests/auth_plaintext.py:1.2.6.2 Fri Sep 19 15:01:28 2003
+++ ZODB3/ZEO/tests/auth_plaintext.py Wed Jun 9 14:42:06 2004
@@ -41,7 +41,7 @@
self.database.realm,
password))
return self.finish_auth(dbpw == password_dig)
-
+
class PlaintextClient(Client):
extensions = ["auth"]
=== ZODB3/ZEO/tests/zeoserver.py 1.19.6.7 => 1.19.6.8 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.19.6.7 Thu Jan 15 20:18:43 2004
+++ ZODB3/ZEO/tests/zeoserver.py Wed Jun 9 14:42:06 2004
@@ -128,7 +128,7 @@
# chance that the server gives up before the clients.
time.sleep(330)
log("zeoserver", "suicide thread invoking shutdown")
-
+
# If the server hasn't shut down yet, the client may not be
# able to connect to it. If so, try to kill the process to
# force it to shutdown.
More information about the Zodb-checkins
mailing list