[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/presentation.txt
fix test one test that failed on windows
Dominik Huber
dominik.huber at projekt01.ch
Thu Feb 24 06:07:02 EST 2005
Log message for revision 29279:
fix test one test that failed on windows
Changed:
U Zope3/trunk/src/zope/app/apidoc/presentation.txt
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/presentation.txt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/presentation.txt 2005-02-24 10:01:05 UTC (rev 29278)
+++ Zope3/trunk/src/zope/app/apidoc/presentation.txt 2005-02-24 11:07:02 UTC (rev 29279)
@@ -26,7 +26,7 @@
are converted to Unix-like paths. We also clip off instance-specific parts of
the template path:
- >>> info['template'] = info['template'].replace('\\\\', '/')[-32:]
+ >>> info['template'] = info['template'].replace('\\', '/')[-32:]
>>> pprint(info)
{'path': 'zope.app.pagetemplate.simpleviewclass.simple',
'referencable': True,
More information about the Zope3-Checkins
mailing list