SVN: soap/trunk/tests/test_soappublication.py fix missing whitespace

"Fred L. Drake, Jr." <[email protected]> Wed, 8 Feb 2006 16:02:35 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 41583:
  fix missing whitespace

Changed:
  U   soap/trunk/tests/test_soappublication.py

-=-
Modified: soap/trunk/tests/test_soappublication.py
===================================================================
--- soap/trunk/tests/test_soappublication.py	2006-02-08 18:23:32 UTC (rev 41582)
+++ soap/trunk/tests/test_soappublication.py	2006-02-08 21:02:35 UTC (rev 41583)
@@ -146,7 +146,7 @@
             def getSiteManager(self):
                 return SimpleObject(1)
         ob = C()
-        r = self._createRequest('/++etc++site',pub)
+        r = self._createRequest('/++etc++site', pub)
         ob2 = pub.traverseName(r, ob, '++etc++site')
         self.assertEqual(removeAllProxies(ob2).v, 1)
 

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS