[Zope-CVS] SVN: soap/trunk/tests/test_soappublication.py fix
missing whitespace
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Feb 8 16:02:35 EST 2006
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)
More information about the Zope-CVS
mailing list