diff options
author | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
commit | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch) | |
tree | 9550b0b41e973d707cbbca74333c1b05ab89e5ee /test/threads/res | |
parent | 0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff) | |
download | libxml2-upstream/2.6.23.dfsg.2.tar.gz |
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'test/threads/res')
-rw-r--r-- | test/threads/res | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/test/threads/res b/test/threads/res deleted file mode 100644 index 3dad6fe..0000000 --- a/test/threads/res +++ /dev/null @@ -1,80 +0,0 @@ -Adding document catalog complex.xml -Local resolve: sysID http://example.org/bac.dtd -Parsing catalog complex.xml -complex.xml added to file hash -example.org.xml not found in file hash -Parsing catalog example.org.xml -example.org.xml added to file hash -Trying system delegate example.org.xml -b.example.org.xml not found in file hash -Parsing catalog b.example.org.xml -b.example.org.xml added to file hash -Trying system delegate b.example.org.xml -Using rewriting rule http://example.org/b -Local resolve: sysID http://example.org/b/b.dtd -Trying system delegate example.org.xml -Trying system delegate b.example.org.xml -Using rewriting rule http://example.org/b -Local resolve: sysID http://example.org/a/a.dtd -Trying system delegate example.org.xml -a.example.org.xml not found in file hash -Parsing catalog a.example.org.xml -a.example.org.xml added to file hash -Trying system delegate a.example.org.xml -Using rewriting rule http://example.org/a -Local resolve: sysID http://example.org/c/c.dtd -Trying system delegate example.org.xml -c.example.org.xml not found in file hash -Parsing catalog c.example.org.xml -c.example.org.xml added to file hash -Using rewriting rule http://example.org/c -<?xml version="1.0"?> -<?oasis-xml-catalog catalog="complex.xml"?> -<!DOCTYPE bac SYSTEM "http://example.org/bac.dtd"> -<bac> - <b/> - <a/> - <c/> -</bac> -Adding document catalog complex.xml -Local resolve: sysID http://example.org/abc.dtd -Found complex.xml in file hash -Trying system delegate example.org.xml -Trying system delegate a.example.org.xml -Using rewriting rule http://example.org/a -Local resolve: sysID http://example.org/a/a.dtd -Trying system delegate example.org.xml -Trying system delegate a.example.org.xml -Using rewriting rule http://example.org/a -Local resolve: sysID http://example.org/b/b.dtd -Trying system delegate example.org.xml -Trying system delegate b.example.org.xml -Using rewriting rule http://example.org/b -Local resolve: sysID http://example.org/c/c.dtd -Trying system delegate example.org.xml -Using rewriting rule http://example.org/c -Free catalog entry complex.xml -<?xml version="1.0"?> -<?oasis-xml-catalog catalog="complex.xml"?> -<!DOCTYPE abc SYSTEM "http://example.org/abc.dtd"> -<abc> - <a/> - <b/> - <c/> -</abc> -Catalogs cleanup -Free catalog entry http://example.org/c -Free catalog entry http://example.org/ -Free catalog entry c.example.org.xml -Free catalog entry http://example.org/ -Free catalog entry complex.xml -Free catalog entry http://example.org/a -Free catalog entry http://example.org/b -Free catalog entry c.example.org.xml -Free catalog entry example.org.xml -Free catalog entry http://example.org/a -Free catalog entry c.example.org.xml -Free catalog entry a.example.org.xml -Free catalog entry http://example.org/b -Free catalog entry c.example.org.xml -Free catalog entry b.example.org.xml |