You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/test-cases/regression/request-body-parser-xml.json
+5
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
{
3
3
"enabled":1,
4
4
"version_min":300000,
5
+
"resource":"libxml2",
5
6
"title":"Testing XML request body parser (validate ok)",
6
7
"expected":{
7
8
"debug_log": "XML: Successfully validated payload against Schema:"
@@ -51,6 +52,7 @@
51
52
{
52
53
"enabled":1,
53
54
"version_min":300000,
55
+
"resource":"libxml2",
54
56
"title":"Testing XML request body parser (validate attribute value failed)",
55
57
"expected":{
56
58
"debug_log": "'badval' is not a valid value of the local atomic type",
@@ -101,6 +103,7 @@
101
103
{
102
104
"enabled":1,
103
105
"version_min":300000,
106
+
"resource":"libxml2",
104
107
"title":"Testing XML request body parser (validate failed)",
105
108
"expected":{
106
109
"debug_log": "This element is not expected. Expected is one of",
@@ -151,6 +154,7 @@
151
154
{
152
155
"enabled":1,
153
156
"version_min":300000,
157
+
"resource":"libxml2",
154
158
"title":"Testing XML request body parser (bad XML)",
155
159
"expected":{
156
160
"debug_log": "XML Error: Element '{http://schemas.xmlsoap.org/soap/envelope/}xBody'",
@@ -201,6 +205,7 @@
201
205
{
202
206
"enabled":1,
203
207
"version_min":300000,
208
+
"resource":"libxml2",
204
209
"title":"Testing XML request body parser (bad schema)",
205
210
"expected":{
206
211
"debug_log": "XML: Failed to load Schema: test-cases/data/SoapEnvelope-bad.xsd. XML Error: Failed to parse the XML resource 'test-cases/data/SoapEnvelope-bad.xsd",
0 commit comments