From b6ef0b57c9bf58c8043db6b069c4a5204b7992f8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 11 Sep 2001 11:04:33 +0000 Subject: [PATCH] changed the test to use doc%5Ffile instead of doc%20file, this is * tests/documents/Makefile.am tests/documents/*: changed the test to use doc%5Ffile instead of doc%20file, this is sufficient to preserve the test capacities while closing bug #60090 Daniel --- ChangeLog | 7 +++++++ tests/documents/Makefile.am | 2 +- tests/documents/{doc file.xml => doc_file.xml} | 0 tests/documents/test.xml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) rename tests/documents/{doc file.xml => doc_file.xml} (100%) diff --git a/ChangeLog b/ChangeLog index 940b3c6..96456fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 11 13:02:34 CEST 2001 Daniel Veillard + + * tests/documents/Makefile.am tests/documents/*: changed the + test to use doc%5Ffile instead of doc%20file, this is + sufficient to preserve the test capacities while closing + bug #60090 + Tue Sep 11 12:33:03 CEST 2001 Daniel Veillard * libxslt/extra.c : close #59570 by simply not providing diff --git a/tests/documents/Makefile.am b/tests/documents/Makefile.am index 7777e0c..163b983 100644 --- a/tests/documents/Makefile.am +++ b/tests/documents/Makefile.am @@ -5,7 +5,7 @@ $(top_builddir)/xsltproc/xsltproc: EXTRA_DIST = bredfort.css index.xml system.xml \ bredfort.xsl menu.xml worklog.xml \ - result.xhtml docfile.xml doc\ file.xml \ + result.xhtml docfile.xml doc_file.xml \ test.xml test.xsl test.result \ message.xml message.xsl message.result diff --git a/tests/documents/doc file.xml b/tests/documents/doc_file.xml similarity index 100% rename from tests/documents/doc file.xml rename to tests/documents/doc_file.xml diff --git a/tests/documents/test.xml b/tests/documents/test.xml index 8489b2d..7c82bb9 100644 --- a/tests/documents/test.xml +++ b/tests/documents/test.xml @@ -1,5 +1,5 @@ - + -- 2.7.4