From eee1dd5acf9404aa453ca3fddfacc0e1839634b2 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 16 Sep 2019 15:36:44 +0200 Subject: [PATCH] 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.