diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-10-20 22:00:02 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-10-20 22:00:02 +0000 |
| commit | dd2f6ae50505c71e578435d734890a48b2f460cd (patch) | |
| tree | 2c564c2f939731485014230b0fc2dbcc9ed9b09b | |
| parent | f3b2eab157e28d304906a4b5b48ff4b6a02342f2 (diff) | |
| download | docutils-dd2f6ae50505c71e578435d734890a48b2f460cd.tar.gz | |
Rename files to care for case-insensitive file systems.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8189 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/test/functional/expected/latex_literal_block_fancyvrb.tex (renamed from docutils/test/functional/expected/latex_literal_block_Verbatim.tex) | 0 | ||||
| -rw-r--r-- | docutils/test/functional/tests/latex_literal_block_fancyvrb.py (renamed from docutils/test/functional/tests/latex_literal_block_Verbatim.py) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/latex_literal_block_Verbatim.tex b/docutils/test/functional/expected/latex_literal_block_fancyvrb.tex index 689c652ce..689c652ce 100644 --- a/docutils/test/functional/expected/latex_literal_block_Verbatim.tex +++ b/docutils/test/functional/expected/latex_literal_block_fancyvrb.tex diff --git a/docutils/test/functional/tests/latex_literal_block_Verbatim.py b/docutils/test/functional/tests/latex_literal_block_fancyvrb.py index ef4f8d761..4f28602f8 100644 --- a/docutils/test/functional/tests/latex_literal_block_Verbatim.py +++ b/docutils/test/functional/tests/latex_literal_block_fancyvrb.py @@ -1,6 +1,6 @@ # Source and destination file names. test_source = "latex_literal_block.txt" -test_destination = "latex_literal_block_Verbatim.tex" +test_destination = "latex_literal_block_fancyvrb.tex" # Keyword parameters passed to publish_file. reader_name = "standalone" |
