[Zope-Checkins] CVS: ZODB3/zdaemon/tests - testzdoptions.py:1.11.16.2 testzdrun.py:1.5.16.5

Tim Peters tim.one at comcast.net
Wed Jun 9 14:42:11 EDT 2004


Update of /cvs-repository/ZODB3/zdaemon/tests
In directory cvs.zope.org:/tmp/cvs-serv20606/zdaemon/tests

Modified Files:
      Tag: Zope-2_7-branch
	testzdoptions.py testzdrun.py 
Log Message:
Whitespace normalization.


=== ZODB3/zdaemon/tests/testzdoptions.py 1.11.16.1 => 1.11.16.2 ===
--- ZODB3/zdaemon/tests/testzdoptions.py:1.11.16.1	Sun Dec 21 18:28:21 2003
+++ ZODB3/zdaemon/tests/testzdoptions.py	Wed Jun  9 14:42:10 2004
@@ -159,7 +159,7 @@
         options.realize(["-afoo"], raise_getopt_errs=False)
         # check_exit_code realizes the options with raise_getopt_errs=True
         self.check_exit_code(options, ['-afoo'])
-                                       
+
 
 class EnvironmentOptions(ZDOptionsTestBase):
 


=== ZODB3/zdaemon/tests/testzdrun.py 1.5.16.4 => 1.5.16.5 ===
--- ZODB3/zdaemon/tests/testzdrun.py:1.5.16.4	Fri Oct 24 17:33:03 2003
+++ ZODB3/zdaemon/tests/testzdrun.py	Wed Jun  9 14:42:10 2004
@@ -227,7 +227,7 @@
         self.assert_(len(params) > 1)
         # kill the process
         send_action('exit\n', zdrun_socket)
-        
+
 def send_action(action, sockname):
     """Send an action to the zdrun server and return the response.
 




More information about the Zope-Checkins mailing list