[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py
Fixed test, now that the reST renderer is fixed.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Oct 16 09:03:24 EDT 2004
Log message for revision 28204:
Fixed test, now that the reST renderer is fixed.
Changed:
U Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py 2004-10-16 13:02:52 UTC (rev 28203)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py 2004-10-16 13:03:24 UTC (rev 28204)
@@ -242,7 +242,7 @@
>>> from tests import getInterfaceDetails
>>> details = getInterfaceDetails()
>>> details.getDoc()[:55]
- '<div class="document">\n<p>This is the Foo interface</p>'
+ u'<div class="document">\n<p>This is the Foo interface</p>'
"""
# We must remove all proxies here, so that we get the context's
# __module__ attribute. If we only remove security proxies, the
More information about the Zope3-Checkins
mailing list