Fix handling of missing stylesheets. Updated and simplied tests.
commit2c1bf732f9d138fbdc27224b678163abac31871b
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
parente0b3384a7b9747d68a8626a5809c5f9fbed8836d
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: https://docutils.svn.sourceforge.net/svnroot/docutils/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