[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py Fixed bug from Philipp. Are you working on Windoze?

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 11 13:21:09 EDT 2005


Log message for revision 39056:
  Fixed bug from Philipp. Are you working on Windoze?
  

Changed:
  U   Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py

-=-
Modified: Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py
===================================================================
--- Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py	2005-10-11 17:20:57 UTC (rev 39055)
+++ Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py	2005-10-11 17:21:08 UTC (rev 39056)
@@ -22,7 +22,7 @@
 
 def test_suite():
     flags = doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS
-    readme = FunctionalDocFileSuite('../Readme.txt', optionflags=flags)
+    readme = FunctionalDocFileSuite('../README.txt', optionflags=flags)
     wire = FunctionalDocFileSuite('../over_the_wire.txt', optionflags=flags)
     wire.level = 2
     return unittest.TestSuite((readme, wire))



More information about the Zope3-Checkins mailing list