[Zope3-dev] Re: SVN:
 Zope3/trunk/src/zope/testbrowser/ftests/testdoc.py Fixed
 bug from Philipp. Are you working on Windoze?
    Philipp von Weitershausen 
    philipp at weitershausen.de
       
    Tue Oct 11 13:13:27 EDT 2005
    
    
  
Stephan Richter wrote:
> Log message for revision 39056:
>   Fixed bug from Philipp. Are you working on Windoze?
Now I see what you meant. Thanks... (I'm on MacOSX which is using HFS+,
another case-capable but -ignorant filesystem)
> 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-dev
mailing list