Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 873685e

Browse files
pacafuentespacafuentes
authored andcommitted
Fixed test for java 11.
1 parent abc8534 commit 873685e

File tree

1 file changed

+1
-1
lines changed
  • raml-parser-2/src/test/resources/org/raml/v2/parser/xml-to-raml-type-validations/array-error

1 file changed

+1
-1
lines changed

raml-parser-2/src/test/resources/org/raml/v2/parser/xml-to-raml-type-validations/array-error/output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RamlDocumentNode (Start: 11 , End: 423, On: input.raml, Source: SYObjectNode)
9595
NamedTypeExpressionNode root -> {TypeDeclarationNode RefStart: 51 , RefEnd: 140} (Start: 262 , End: 266, On: input.raml, Source: SYStringNode)
9696
ExampleDeclarationNode (Start: 277 , End: 423, On: input.raml, Source: KeyValueNodeImpl)
9797
SYStringNode: "example" (Start: 277 , End: 284, On: input.raml)
98-
ErrorNode: "Error validating XML. Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'my-custom-xml'. One of '{"http://validationnamespace.raml.org":friends}' is expected." (Start: 286 , End: 423, On: input.raml, Source: SYStringNode)
98+
ErrorNode: "Error validating XML. Error: cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://validationnamespace.raml.org":my-custom-xml}'. One of '{"http://validationnamespace.raml.org":friends}' is expected." (Start: 286 , End: 423, On: input.raml, Source: SYStringNode)
9999
KeyValueNodeImpl (Start: -1 , End: -1)
100100
StringNodeImpl: "displayName" (Start: -1 , End: -1)
101101
ObjectNodeImpl (Start: -1 , End: -1)

0 commit comments

Comments
 (0)