[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py
There is nothing bad about doing a test a different way;
certainly not
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 16:07:54 EDT 2004
Log message for revision 26231:
There is nothing bad about doing a test a different way; certainly not
worth a XXX.
-=-
Modified: Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py
===================================================================
--- Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py 2004-07-08 20:06:46 UTC (rev 26230)
+++ Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py 2004-07-08 20:07:54 UTC (rev 26231)
@@ -104,7 +104,7 @@
def test_getInterface(self):
self.assertEquals(self.__config.getInterface(), ITestService)
- # XXX the following tests check the same things as
+ # The following tests check the same things as
# zope.app.services.tests.testregistrations, but in a different way
def test_getComponent(self):
More information about the Zope3-Checkins
mailing list