[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
Undo extra testing of artifacts not present in docutils of
2.10 and later.
Tres Seaver
tseaver at palladion.com
Mon Jul 10 15:56:50 EDT 2006
Log message for revision 69080:
Undo extra testing of artifacts not present in docutils of 2.10 and later.
Changed:
U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
-=-
Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
===================================================================
--- Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py 2006-07-10 19:28:14 UTC (rev 69079)
+++ Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py 2006-07-10 19:56:49 UTC (rev 69080)
@@ -78,10 +78,6 @@
result = resty.render() # don't raise, but don't work either
self.failIf(EXPECTED in result)
- self.failUnless(""raw" directive disabled" in result)
- from cgi import escape
- self.failUnless(escape(EXPECTED) in result)
-
def test_raw_directive_file_directive_raises(self):
resty = self._makeOne()
More information about the Zope-Checkins
mailing list