[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py
Added module doc string.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:17 EDT 2004
Log message for revision 26306:
Added module doc string.
Converted XXX to TODO.
-=-
Modified: Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py 2004-07-09 15:45:15 UTC (rev 26305)
+++ Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py 2004-07-09 15:45:17 UTC (rev 26306)
@@ -11,7 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Test Local ZPT Templates.
+
$Id$
"""
from unittest import TestCase, TestSuite, makeSuite
@@ -37,7 +38,7 @@
class Test(TestCase):
- # XXX We need tests for the template class itself and for the
+ # TODO: We need tests for the template class itself and for the
# SearchableText adapter.
def test_unicode_required(self):
More information about the Zope3-Checkins
mailing list