[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:42 EDT 2004


Log message for revision 26342:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py	2004-07-09 15:46:40 UTC (rev 26341)
+++ Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py	2004-07-09 15:46:42 UTC (rev 26342)
@@ -37,6 +37,8 @@
         self.interaction = None
 
 
+# TODO: tests for other directives needed
+
 template = """<configure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:test='http://www.zope.org/NS/Zope3/test'
@@ -46,7 +48,6 @@
 
 class Test(PlacelessSetup, unittest.TestCase):
 
-    # XXX: tests for other directives needed
 
     def setUp(self):
         super(Test, self).setUp()



More information about the Zope3-Checkins mailing list