[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/tests/test_doctests.py Fixed typo.

Malthe Borch mborch at gmail.com
Thu Oct 30 12:40:48 EDT 2008


Log message for revision 92710:
  Fixed typo.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/tests/test_doctests.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/tests/test_doctests.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/tests/test_doctests.py	2008-10-30 16:40:15 UTC (rev 92709)
+++ z3c.pt/trunk/src/z3c/pt/tests/test_doctests.py	2008-10-30 16:40:47 UTC (rev 92710)
@@ -15,7 +15,7 @@
     zope.configuration.xmlconfig.XMLConfig('configure.zcml', z3c.pt)()
 
 def test_suite():
-    filesuites = 'README.txt'
+    filesuites = 'README.txt',
     testsuites = 'z3c.pt.expressions',
 
     config.DISK_CACHE = False



More information about the Checkins mailing list