Fix handling of missing stylesheets. Updated and simplied tests.
commit36afd80dbcefdaea9b6513d28e628dd122085edd
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 19 Jan 2012 11:55:26 +0000 (19 11:55 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 19 Jan 2012 11:55:26 +0000 (19 11:55 +0000)
tree6e37f5c13d048ef319d9d3cb76c9a96f348755cd
parent7207b2d4895fe28afd0c73c6663ecee1430f0a4e
Fix handling of missing stylesheets. Updated and simplied tests.

Missing stylesheets are no reason to abort conversion:
Report as error and insert a comment in the output doc.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
14 files changed:
HISTORY.txt
docutils/writers/__init__.py
docutils/writers/html4css1/__init__.py
docutils/writers/latex2e/__init__.py
test/data/hidden.css [deleted file]
test/data/spam.sty [deleted file]
test/functional/expected/multistyle_path_embed_rst_html4css1.html [deleted file]
test/functional/expected/multistyle_path_rst_html4css1.html [deleted file]
test/functional/expected/stylesheet_path_html4css1.html [moved from test/functional/expected/multistyle_rst_html4css1.html with 78% similarity]
test/functional/tests/multistyle_path_embedd_rst_html4css1.py [deleted file]
test/functional/tests/multistyle_path_rst_html4css1.py [deleted file]
test/functional/tests/multistyle_rst_html4css1.py [deleted file]
test/functional/tests/stylesheet_path_html4css1.py [new file with mode: 0644]
test/test_writers/test_latex2e.py