Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2005-04-08 18:44:21 +0000
committerlmandel2005-04-08 18:44:21 +0000
commitbcb48a6decb4807311e494ed4a85711c803b3b55 (patch)
treee29c39dfd793f99188292f255f328c82a8c00265 /tests/org.eclipse.wst.wsdl.validation.tests
parent8a59ba4e9dcbb6ac33b824d4781251f2af216c9d (diff)
downloadwebtools.webservices-bcb48a6decb4807311e494ed4a85711c803b3b55.tar.gz
webtools.webservices-bcb48a6decb4807311e494ed4a85711c803b3b55.tar.xz
webtools.webservices-bcb48a6decb4807311e494ed4a85711c803b3b55.zip
Corrected output.
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.validation.tests')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/testresources/idealResults/WSDL/Import/ImportXMLInvalidWSDL/ImportXMLInvalidWSDL.wsdl-log3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/idealResults/WSDL/Import/ImportXMLInvalidWSDL/ImportXMLInvalidWSDL.wsdl-log b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/idealResults/WSDL/Import/ImportXMLInvalidWSDL/ImportXMLInvalidWSDL.wsdl-log
index 1f5a806be..940f9f789 100644
--- a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/idealResults/WSDL/Import/ImportXMLInvalidWSDL/ImportXMLInvalidWSDL.wsdl-log
+++ b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/idealResults/WSDL/Import/ImportXMLInvalidWSDL/ImportXMLInvalidWSDL.wsdl-log
@@ -5,12 +5,13 @@ number of warnings : 0
Referenced file contains errors (org.eclipse.wst.wsdl.validation.tests/testresources/samples/WSDL/Import/ImportXMLInvalidWSDL/XMLInvalidWSDL.wsdl). [1, 0]
-> Element type "wsdl:definitions" must be followed by either attribute specifications, ">" or "/>". [4, 3]
-> Attribute name "targetNamespace" associated with an element type "wsdl:definitions" must be followed by the ' = ' character. [4, 3]
+-> Attribute "targetNamespace" was already specified for element "wsdl:definitions". [4, 3]
-> Open quote is expected for attribute "targetNamespace" associated with an element type "wsdl:definitions". [4, 3]
-> Element type "wsdl:definitions" must be followed by either attribute specifications, ">" or "/>". [5, 7]
-> Attribute name "xsd:schema" associated with an element type "wsdl:definitions" must be followed by the ' = ' character. [5, 18]
-> Open quote is expected for attribute "xsd:schema" associated with an element type "wsdl:definitions". [5, 18]
-> Element type "wsdl:definitions" must be followed by either attribute specifications, ">" or "/>". [5, 24]
--> Attribute "xsd" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified for element "wsdl:definitions". [5, 116]
+-> Attribute "xmlns:xsd" was already specified for element "wsdl:definitions". [5, 81]
-> cvc-elt.1: Cannot find the declaration of element 'wsdl:definitions'. [5, 116]
-> The element type "wsdl:definitions" must be terminated by the matching end-tag "</wsdl:definitions>". [8, 7]
-> The end-tag for element type "wsdl:definitions" must end with a '>' delimiter. [8, 7]

Back to the top