[Zope-Checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.4.2.1 testConnection.py:1.1.2.1 testZEO.py:1.54.2.1
Guido van Rossum
guido@python.org
Thu, 3 Oct 2002 20:09:06 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv20331/tests
Modified Files:
Tag: ZODB3-3_1-branch
ConnectionTests.py testConnection.py testZEO.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/tests/ConnectionTests.py 1.4 => 1.4.2.1 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.4 Thu Oct 3 13:19:39 2002
+++ ZODB3/ZEO/tests/ConnectionTests.py Thu Oct 3 20:09:05 2002
@@ -469,7 +469,7 @@
def checkBadMessage1(self):
# not even close to a real message
self._bad_message("salty")
-
+
def checkBadMessage2(self):
# just like a real message, but with an unpicklable argument
global Hack
@@ -484,7 +484,7 @@
# Establish a connection, then send the server an ill-formatted
# request. Verify that the connection is closed and that it is
# possible to establish a new connection.
-
+
self._storage = self.openClientStorage()
self._dostore()
=== ZODB3/ZEO/tests/testConnection.py 1.1 => 1.1.2.1 ===
--- ZODB3/ZEO/tests/testConnection.py:1.1 Thu Oct 3 13:19:39 2002
+++ ZODB3/ZEO/tests/testConnection.py Thu Oct 3 20:09:05 2002
@@ -95,7 +95,7 @@
# shutup warnings about mktemp
import warnings
warnings.filterwarnings("ignore", "mktemp")
-
+
suite = unittest.TestSuite()
for klass in test_classes:
sub = unittest.makeSuite(klass, 'check')
=== ZODB3/ZEO/tests/testZEO.py 1.54 => 1.54.2.1 ===
--- ZODB3/ZEO/tests/testZEO.py:1.54 Thu Oct 3 13:36:18 2002
+++ ZODB3/ZEO/tests/testZEO.py Thu Oct 3 20:09:05 2002
@@ -200,7 +200,7 @@
# shutup warnings about mktemp
import warnings
warnings.filterwarnings("ignore", "mktemp")
-
+
suite = unittest.TestSuite()
for klass in test_classes:
sub = unittest.makeSuite(klass, 'check')