Commit 0a97af04 authored by Andreas Jung's avatar Andreas Jung

fixed nameclash

parent 7f52d51d
......@@ -115,7 +115,7 @@ text
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)
......
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