Log message for revision 69289:
fixed nameclash
Changed:
U Zope/trunk/lib/python/reStructuredText/tests/testReST.py
-=-
Modified: Zope/trunk/lib/python/reStructuredText/tests/testReST.py
===================================================================
--- Zope/trunk/lib/python/reStructuredText/tests/testReST.py 2006-07-29
12:42:49 UTC (rev 69288)
+++ Zope/trunk/lib/python/reStructuredText/tests/testReST.py 2006-07-29
12:55:25 UTC (rev 69289)
@@ -115,7 +115,7 @@
result = HTML(source)
self.failUnless('File and URL access deactivated' in result)
- def test_csv_table_file_option_raise(self):
+ def test_csv_table_url_option_raise(self):
source = '.. csv-table:: \n :url: http://www.evil.org'
result = HTML(source)
_______________________________________________
Zope-Checkins maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-checkins