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()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to