[libxml2] Fix expected output of test/schemas/any4



commit eee1dd5acf9404aa453ca3fddfacc0e1839634b2
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Mon Sep 16 15:36:44 2019 +0200

    Fix expected output of test/schemas/any4
    
    libxml2 correctly rejects any4_0.xsd as invalid schema. I can't figure
    out what the intent behind this test case was. Simply adjust the
    expected output to match the current behavior.
    
    Closes #92.

 result/schemas/any4_0_0     | 1 -
 result/schemas/any4_0_0.err | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/result/schemas/any4_0_0 b/result/schemas/any4_0_0
index 42ea4544..e69de29b 100644
--- a/result/schemas/any4_0_0
+++ b/result/schemas/any4_0_0
@@ -1 +0,0 @@
-./test/schemas/any4_0.xml validates
diff --git a/result/schemas/any4_0_0.err b/result/schemas/any4_0_0.err
index e69de29b..151b0028 100644
--- a/result/schemas/any4_0_0.err
+++ b/result/schemas/any4_0_0.err
@@ -0,0 +1 @@
+./test/schemas/any4_0.xsd:14: element complexType: Schemas parser error : local complex type: The content 
model is not determinist.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]