diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-21 00:11:44 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-21 00:11:44 +0000 |
| commit | c04ee4d9948a2854fd9ea96eb9f1e22f56be29d5 (patch) | |
| tree | a971a70cbe55adf9ee97ce1be2d8659837d4a1c3 /test/DocutilsTestSupport.py | |
| parent | 703c9a840cb8c0538326fe6b95c7393d9e0bf909 (diff) | |
| download | docutils-c04ee4d9948a2854fd9ea96eb9f1e22f56be29d5.tar.gz | |
issue a warning rather than an error when no stylesheet is given;
default for "stylesheet" is now None, not -1
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3549 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/DocutilsTestSupport.py')
| -rw-r--r-- | test/DocutilsTestSupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DocutilsTestSupport.py b/test/DocutilsTestSupport.py index f1fa277a7..5452f1929 100644 --- a/test/DocutilsTestSupport.py +++ b/test/DocutilsTestSupport.py @@ -715,7 +715,7 @@ class HtmlWriterPublishPartsTestCase(WriterPublishTestCase): settings_default_overrides = \ WriterPublishTestCase.settings_default_overrides.copy() - settings_default_overrides['stylesheet'] = None + settings_default_overrides['stylesheet'] = '' def __init__(self, *args, **kwargs): self.settings_overrides = kwargs['settings_overrides'] |
