Fix handling of missing stylesheets. Updated and simplied tests.
commit4e11581b7efd448de60fa87c85987c4b3044150e
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)
tree685b8858853e25756897d20a86ade9ec63c3bbb9
parent767eb2c276684a84b6a29a81c38d160f212e0d7a
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@7317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
14 files changed:
docutils/HISTORY.txt
docutils/docutils/writers/__init__.py
docutils/docutils/writers/html4css1/__init__.py
docutils/docutils/writers/latex2e/__init__.py
docutils/test/data/hidden.css [deleted file]
docutils/test/data/spam.sty [deleted file]
docutils/test/functional/expected/multistyle_path_embed_rst_html4css1.html [deleted file]
docutils/test/functional/expected/multistyle_path_rst_html4css1.html [deleted file]
docutils/test/functional/expected/stylesheet_path_html4css1.html [moved from docutils/test/functional/expected/multistyle_rst_html4css1.html with 78% similarity]
docutils/test/functional/tests/multistyle_path_embedd_rst_html4css1.py [deleted file]
docutils/test/functional/tests/multistyle_path_rst_html4css1.py [deleted file]
docutils/test/functional/tests/multistyle_rst_html4css1.py [deleted file]
docutils/test/functional/tests/stylesheet_path_html4css1.py [new file with mode: 0644]
docutils/test/test_writers/test_latex2e.py