summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/testsuite/samples/collection.xml10
-rw-r--r--misc/testsuite/samples/collection_nested.xml13
-rw-r--r--misc/testsuite/samples/testcase.xml17
-rw-r--r--misc/testsuite/samples/testsuite.xml7
4 files changed, 47 insertions, 0 deletions
diff --git a/misc/testsuite/samples/collection.xml b/misc/testsuite/samples/collection.xml
new file mode 100644
index 0000000..68e2b22
--- /dev/null
+++ b/misc/testsuite/samples/collection.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuite
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xml:lang="en"
+>
+<collection id="valid">
+ <dc:title>Valid Documents</dc:title>
+</collection>
+</testsuite>
diff --git a/misc/testsuite/samples/collection_nested.xml b/misc/testsuite/samples/collection_nested.xml
new file mode 100644
index 0000000..51adc4b
--- /dev/null
+++ b/misc/testsuite/samples/collection_nested.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuite
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xml:lang="en"
+>
+<collection id="valid">
+ <dc:title>Valid Documents</dc:title>
+ <collection id="veryvalid">
+ <dc:title>Very Valid Documents</dc:title>
+ </collection>
+</collection>
+</testsuite>
diff --git a/misc/testsuite/samples/testcase.xml b/misc/testsuite/samples/testcase.xml
new file mode 100644
index 0000000..98f2e05
--- /dev/null
+++ b/misc/testsuite/samples/testcase.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuite
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xml:lang="en"
+>
+<collection id="valid">
+ <dc:title>Valid Documents</dc:title>
+ <test>
+ <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html</uri>
+ <expect>
+ <Validity>Pass</Validity>
+ </expect>
+ <html:p>HTML 2.0</html:p>
+ </test>
+</collection>
+</testsuite>
diff --git a/misc/testsuite/samples/testsuite.xml b/misc/testsuite/samples/testsuite.xml
new file mode 100644
index 0000000..13a7c32
--- /dev/null
+++ b/misc/testsuite/samples/testsuite.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuite
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xml:lang="en"
+>
+</testsuite>