[Zope3-checkins] SVN: Zope3/trunk/src/zwiki/tests/test_docstrings.py Fixed the wiki doc string tests.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 15:19:44 EDT 2004


Log message for revision 26507:
  Fixed the wiki doc string tests.
  


Changed:
  U   Zope3/trunk/src/zwiki/tests/test_docstrings.py


-=-
Modified: Zope3/trunk/src/zwiki/tests/test_docstrings.py
===================================================================
--- Zope3/trunk/src/zwiki/tests/test_docstrings.py	2004-07-13 19:16:57 UTC (rev 26506)
+++ Zope3/trunk/src/zwiki/tests/test_docstrings.py	2004-07-13 19:19:44 UTC (rev 26507)
@@ -62,8 +62,8 @@
 
 def test_suite():
     return unittest.TestSuite((
-        DocTestSuite('wiki.comment', setUp=setUp, tearDown=tearDown),
-        DocTestSuite('wiki.wikipage', setUp=setUp, tearDown=tearDown),
+        DocTestSuite('zwiki.comment', setUp=setUp, tearDown=tearDown),
+        DocTestSuite('zwiki.wikipage', setUp=setUp, tearDown=tearDown),
         ))
 
 if __name__ == '__main__':



More information about the Zope3-Checkins mailing list