Commit 3369b6ad authored by Tres Seaver's avatar Tres Seaver

Undo extra testing of artifacts not present in docutils of 2.10 and later.

parent 713b5dcf
......@@ -78,10 +78,6 @@ class TestZReST(unittest.TestCase):
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment