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

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


Log message for revision 26343:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/component/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_directives.py	2004-07-09 15:46:42 UTC (rev 26342)
+++ Zope3/trunk/src/zope/app/component/tests/test_directives.py	2004-07-09 15:46:45 UTC (rev 26343)
@@ -40,6 +40,7 @@
 from zope.component.tests.request import Request
 from zope.security.checker import ProxyFactory
 
+# TODO: tests for other directives needed
 
 atre = re.compile(' at [0-9a-fA-Fx]+')
 
@@ -93,8 +94,6 @@
 
 class Test(PlacelessSetup, unittest.TestCase):
 
-    # XXX: tests for other directives needed
-
     def setUp(self):
         super(Test, self).setUp()
         XMLConfig('meta.zcml', zope.app.component)()



More information about the Zope3-Checkins mailing list