summaryrefslogtreecommitdiff
path: root/result/schemas/decimal-2_1_0.err
diff options
context:
space:
mode:
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>2005-12-02 12:52:47 +0000
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>2005-12-02 12:52:47 +0000
commit7c78215b146c68bf53e96ff4e734ee8698f067f6 (patch)
treed66d13855421a1acba0a0cc13ca301c52067e9a8 /result/schemas/decimal-2_1_0.err
parentbf442eb2435a3ef28fe23971d8f0e6be31698606 (diff)
downloadlibxml2-7c78215b146c68bf53e96ff4e734ee8698f067f6.tar.gz
Added missing regression test results for the latest IDC and xs:decimal
* result/schemas/decimal* result/schemas/bug322411*: Added missing regression test results for the latest IDC and xs:decimal bugs.
Diffstat (limited to 'result/schemas/decimal-2_1_0.err')
-rw-r--r--result/schemas/decimal-2_1_0.err4
1 files changed, 4 insertions, 0 deletions
diff --git a/result/schemas/decimal-2_1_0.err b/result/schemas/decimal-2_1_0.err
new file mode 100644
index 00000000..fe663c26
--- /dev/null
+++ b/result/schemas/decimal-2_1_0.err
@@ -0,0 +1,4 @@
+./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-0.1' is less than the minimum value allowed ('0').
+./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': '-0.1' is not a valid value of the atomic type 'myDecimal'.
+./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-1' is less than the minimum value allowed ('0').
+./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': '-1' is not a valid value of the atomic type 'myDecimal'.