aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-31 16:09:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-31 16:09:37 +0000
commita507fbf3c2fce830a71445f4684383b9754ab83c (patch)
tree97dedfc575556a916a35683e77651e63ecc93a8d /test
parentb3721c25237d233832b69ac599cc688eb5dcad62 (diff)
downloadandroid_external_libxml2-a507fbf3c2fce830a71445f4684383b9754ab83c.tar.gz
android_external_libxml2-a507fbf3c2fce830a71445f4684383b9754ab83c.tar.bz2
android_external_libxml2-a507fbf3c2fce830a71445f4684383b9754ab83c.zip
try to work on bug #109225 and provide better error reports. this change
* relaxng.c: try to work on bug #109225 and provide better error reports. * result/relaxng/* : this change the output of a number of tests * xinclude.c: fixing the parsed entity redefinition problem raised on the list. * test/schemas/date_0.xsd: updated the date test c.f. E2-12 Daniel
Diffstat (limited to 'test')
-rw-r--r--test/schemas/date_0.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/schemas/date_0.xsd b/test/schemas/date_0.xsd
index aa919b0d..87842122 100644
--- a/test/schemas/date_0.xsd
+++ b/test/schemas/date_0.xsd
@@ -78,8 +78,8 @@
<xsd:element name="mon1">
<xsd:simpleType>
<xsd:restriction base="xsd:gMonth">
- <xsd:maxInclusive value="--01--Z"/>
- <xsd:minInclusive value="--05--Z"/>
+ <xsd:maxInclusive value="--01Z"/>
+ <xsd:minInclusive value="--05Z"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>