summaryrefslogtreecommitdiff
path: root/result/VC
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
committerMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
commitc5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch)
tree9550b0b41e973d707cbbca74333c1b05ab89e5ee /result/VC
parent0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff)
downloadlibxml2-upstream/2.6.23.dfsg.2.tar.gz
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'result/VC')
-rw-r--r--result/VC/AttributeDefaultLegal12
-rw-r--r--result/VC/AttributeNmtokens3
-rw-r--r--result/VC/DuplicateType3
-rw-r--r--result/VC/ElementValid3
-rw-r--r--result/VC/ElementValid23
-rw-r--r--result/VC/ElementValid33
-rw-r--r--result/VC/ElementValid43
-rw-r--r--result/VC/ElementValid53
-rw-r--r--result/VC/ElementValid63
-rw-r--r--result/VC/ElementValid73
-rw-r--r--result/VC/ElementValid83
-rw-r--r--result/VC/Enumeration3
-rw-r--r--result/VC/NS10
-rw-r--r--result/VC/NS23
-rw-r--r--result/VC/NS39
-rw-r--r--result/VC/OneID6
-rw-r--r--result/VC/OneID26
-rw-r--r--result/VC/OneID36
-rw-r--r--result/VC/PENesting6
-rw-r--r--result/VC/PENesting26
-rw-r--r--result/VC/UniqueElementTypeDeclaration3
-rw-r--r--result/VC/UniqueElementTypeDeclaration23
22 files changed, 0 insertions, 93 deletions
diff --git a/result/VC/AttributeDefaultLegal b/result/VC/AttributeDefaultLegal
deleted file mode 100644
index 6b61686..0000000
--- a/result/VC/AttributeDefaultLegal
+++ /dev/null
@@ -1,12 +0,0 @@
-./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value
-<!ATTLIST doc At NMTOKEN "$$$">
- ^
-./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value
-<!ATTLIST doc bad IDREF "1abc_2">
- ^
-./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value
-<!ATTLIST doc bad2 IDREFS "abc:1 1abc_2">
- ^
-./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val of element doc
-<doc val="v1"/>
- ^
diff --git a/result/VC/AttributeNmtokens b/result/VC/AttributeNmtokens
deleted file mode 100644
index 4c19285..0000000
--- a/result/VC/AttributeNmtokens
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 of test is not valid
-<test attr1=" a&#x9;b "/>
- ^
diff --git a/result/VC/DuplicateType b/result/VC/DuplicateType
deleted file mode 100644
index 34e2c20..0000000
--- a/result/VC/DuplicateType
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/DuplicateType:3: validity error : Definition of a has duplicate references of c
-<!ELEMENT a (#PCDATA | b | c | d | c)*>
- ^
diff --git a/result/VC/ElementValid b/result/VC/ElementValid
deleted file mode 100644
index d6b50a7..0000000
--- a/result/VC/ElementValid
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid:3: validity error : Validation failed: no DTD found !
-<doc/>
- ^
diff --git a/result/VC/ElementValid2 b/result/VC/ElementValid2
deleted file mode 100644
index db47c89..0000000
--- a/result/VC/ElementValid2
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid2:4: element p: validity error : No declaration for element p
-<doc><p/></doc>
- ^
diff --git a/result/VC/ElementValid3 b/result/VC/ElementValid3
deleted file mode 100644
index 2fc236d..0000000
--- a/result/VC/ElementValid3
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid3:4: element doc: validity error : Element doc was declared EMPTY this one has content
-<doc>Oops, this element was declared EMPTY</doc>
- ^
diff --git a/result/VC/ElementValid4 b/result/VC/ElementValid4
deleted file mode 100644
index 4791db5..0000000
--- a/result/VC/ElementValid4
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid4:7: element doc: validity error : Element c is not declared in doc list of possible children
-<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>
- ^
diff --git a/result/VC/ElementValid5 b/result/VC/ElementValid5
deleted file mode 100644
index bd064f6..0000000
--- a/result/VC/ElementValid5
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b)
-<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>
- ^
diff --git a/result/VC/ElementValid6 b/result/VC/ElementValid6
deleted file mode 100644
index 1cbf8fd..0000000
--- a/result/VC/ElementValid6
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b)
-<doc><a/><b>lacks c</b></doc>
- ^
diff --git a/result/VC/ElementValid7 b/result/VC/ElementValid7
deleted file mode 100644
index 4ce9dbf..0000000
--- a/result/VC/ElementValid7
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not follow the DTD, expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
-<doc><a/><b/><a/><c/><c/><a/></doc>
- ^
diff --git a/result/VC/ElementValid8 b/result/VC/ElementValid8
deleted file mode 100644
index f1b0dad..0000000
--- a/result/VC/ElementValid8
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/ElementValid8:7: validity error : Content model of doc is not determinist: ((a , b) | (a , c))
-<doc><a/><c> doc is non-deterministic </c></doc>
- ^
diff --git a/result/VC/Enumeration b/result/VC/Enumeration
deleted file mode 100644
index 30896fc..0000000
--- a/result/VC/Enumeration
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/Enumeration:5: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
-<doc val="v4"></doc>
- ^
diff --git a/result/VC/NS1 b/result/VC/NS1
deleted file mode 100644
index e69de29..0000000
--- a/result/VC/NS1
+++ /dev/null
diff --git a/result/VC/NS2 b/result/VC/NS2
deleted file mode 100644
index abd1f88..0000000
--- a/result/VC/NS2
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/NS2:9: element doc: validity error : No declaration for attribute attr of element doc
-<ns:doc ns:attr="val" xmlns:ns="http://www.example.org/test/">
- ^
diff --git a/result/VC/NS3 b/result/VC/NS3
deleted file mode 100644
index 72c0117..0000000
--- a/result/VC/NS3
+++ /dev/null
@@ -1,9 +0,0 @@
-./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo"
-xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
- ^
-./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo"
-xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
- ^
-./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace does not match the DTD
-mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
- ^
diff --git a/result/VC/OneID b/result/VC/OneID
deleted file mode 100644
index a2c894f..0000000
--- a/result/VC/OneID
+++ /dev/null
@@ -1,6 +0,0 @@
-./test/VC/OneID:4: validity error : Element doc has too may ID attributes defined : id
-<!ATTLIST doc id ID #IMPLIED>
- ^
-./test/VC/OneID:4: validity error : Element doc has 2 ID attribute defined in the internal subset : id
-<!ATTLIST doc id ID #IMPLIED>
- ^
diff --git a/result/VC/OneID2 b/result/VC/OneID2
deleted file mode 100644
index 2af04f1..0000000
--- a/result/VC/OneID2
+++ /dev/null
@@ -1,6 +0,0 @@
-./test/VC/OneID2:3: validity error : Element doc has too may ID attributes defined : id
-<!ATTLIST doc id ID #IMPLIED>
- ^
-./test/VC/OneID2:3: validity error : Element doc has 2 ID attribute defined in the internal subset : id
-<!ATTLIST doc id ID #IMPLIED>
- ^
diff --git a/result/VC/OneID3 b/result/VC/OneID3
deleted file mode 100644
index 9accece..0000000
--- a/result/VC/OneID3
+++ /dev/null
@@ -1,6 +0,0 @@
-test/VC/dtds/doc.dtd:2: validity error : Element doc has too may ID attributes defined : val
-<!ATTLIST doc val ID #IMPLIED>
- ^
-test/VC/dtds/doc.dtd:2: validity error : Element doc has 2 ID attribute defined in the external subset : val
-<!ATTLIST doc val ID #IMPLIED>
- ^
diff --git a/result/VC/PENesting b/result/VC/PENesting
deleted file mode 100644
index 966689a..0000000
--- a/result/VC/PENesting
+++ /dev/null
@@ -1,6 +0,0 @@
-./test/VC/PENesting:1: parser error : StartTag: invalid element name
-<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
- ^
-./test/VC/PENesting:1: parser error : Extra content at the end of the document
-<!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
- ^
diff --git a/result/VC/PENesting2 b/result/VC/PENesting2
deleted file mode 100644
index c53ead6..0000000
--- a/result/VC/PENesting2
+++ /dev/null
@@ -1,6 +0,0 @@
-./test/VC/PENesting2:1: parser error : StartTag: invalid element name
-<!ENTITY % p1 "(A|B">
- ^
-./test/VC/PENesting2:1: parser error : Extra content at the end of the document
-<!ENTITY % p1 "(A|B">
- ^
diff --git a/result/VC/UniqueElementTypeDeclaration b/result/VC/UniqueElementTypeDeclaration
deleted file mode 100644
index 8537041..0000000
--- a/result/VC/UniqueElementTypeDeclaration
+++ /dev/null
@@ -1,3 +0,0 @@
-test/VC/dtds/a.dtd:1: validity error : Redefinition of element a
-<!ELEMENT a (#PCDATA | b | c)*>
- ^
diff --git a/result/VC/UniqueElementTypeDeclaration2 b/result/VC/UniqueElementTypeDeclaration2
deleted file mode 100644
index c328d92..0000000
--- a/result/VC/UniqueElementTypeDeclaration2
+++ /dev/null
@@ -1,3 +0,0 @@
-./test/VC/UniqueElementTypeDeclaration2:6: validity error : Redefinition of element a
-<!ELEMENT a (#PCDATA | b | c)*>
- ^