changed the test to use doc%5Ffile instead of doc%20file, this is
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 11 Sep 2001 11:04:33 +0000 (11:04 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 11 Sep 2001 11:04:33 +0000 (11:04 +0000)
* 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
tests/documents/Makefile.am
tests/documents/doc_file.xml [moved from tests/documents/doc file.xml with 100% similarity]
tests/documents/test.xml

index 940b3c6..96456fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 11 13:02:34 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+       * 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 <daniel@veillard.com>
 
        * libxslt/extra.c : close #59570 by simply not providing
index 7777e0c..163b983 100644 (file)
@@ -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 docfile.xml \
+            result.xhtml docfile.xml doc_file.xml \
             test.xml test.xsl test.result \
             message.xml message.xsl message.result
 
index 8489b2d..7c82bb9 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <files>
 <file name="docfile.xml"/>
-<file name="doc%20file.xml"/>
+<file name="doc%5Ffile.xml"/>
 </files>