[Zconfig] SVN: ZConfig/trunk/ZConfig/tests/test_readme.py fixed misspelling of README.txt in test
Jim Fulton
jim at zope.com
Sat Jun 13 07:10:17 EDT 2009
Log message for revision 100911:
fixed misspelling of README.txt in test
Changed:
U ZConfig/trunk/ZConfig/tests/test_readme.py
-=-
Modified: ZConfig/trunk/ZConfig/tests/test_readme.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_readme.py 2009-06-12 20:27:53 UTC (rev 100910)
+++ ZConfig/trunk/ZConfig/tests/test_readme.py 2009-06-13 11:10:16 UTC (rev 100911)
@@ -30,6 +30,6 @@
def test_suite():
return unittest.TestSuite((
- DocFileSuite('../../readme.txt', optionflags=options,
+ DocFileSuite('../../README.txt', optionflags=options,
setUp=setUp,tearDown=tearDown),
))
More information about the ZConfig
mailing list