2002/ws/desc/test-suite/documents/bad/Import-3B TestMetadata.xml,1.2,1.3 XSDImport2.wsdl,1.5,1.6

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Import-3B
In directory hutz:/tmp/cvs-serv13494/test-suite/documents/bad/Import-3B

Modified Files:
	TestMetadata.xml XSDImport2.wsdl 
Log Message:
added violated assertions to bad test cases

Index: TestMetadata.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Import-3B/TestMetadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** TestMetadata.xml	18 Apr 2006 17:40:34 -0000	1.2
--- TestMetadata.xml	31 May 2006 14:34:19 -0000	1.3
***************
*** 13,17 ****
  	<ExpectedResults>
  		<Successful>false</Successful>
! 		<ViolatesAssertion>unknown</ViolatesAssertion>
  	</ExpectedResults>
  	<Version>1.0</Version>
--- 13,17 ----
  	<ExpectedResults>
  		<Successful>false</Successful>
! 		<ViolatesAssertion>Schema-0016</ViolatesAssertion>
  	</ExpectedResults>
  	<Version>1.0</Version>
***************
*** 21,26 ****
  		<EMail>lmandel@ca.ibm.com</EMail>
  	</Contributor>
! 	<Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights>
  	<Grouping>/documents/bad</Grouping>
! 	<SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso>
  </TestMetadata>
\ No newline at end of file
--- 21,30 ----
  		<EMail>lmandel@ca.ibm.com</EMail>
  	</Contributor>
! 	<Rights>
! 		http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
! 	</Rights>
  	<Grouping>/documents/bad</Grouping>
! 	<SeeAlso>
! 		<Reference>http://www.w3.org/TR/wsdl20#Schema-0016</Reference>
! 	</SeeAlso>
  </TestMetadata>
\ No newline at end of file

Index: XSDImport2.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Import-3B/XSDImport2.wsdl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** XSDImport2.wsdl	19 Feb 2006 23:27:40 -0000	1.5
--- XSDImport2.wsdl	31 May 2006 14:34:19 -0000	1.6
***************
*** 8,12 ****
--- 8,18 ----
  		This test shows that the XML schema import from the
  		XSDImport.wsdl document is not visible in this document.
+ 		The references to the elements name:SIN and name:Name fail
+ 		because their namespace is not defined by xs:schema or xs:import
+ 		as child elements of wsdl:types.
+ 		
+ 		This document violates assertion Schema-0016.
  	</wsdl:documentation>
+ 	
  	<wsdl:include location="XSDImportValid.wsdl" />
  

Received on Wednesday, 31 May 2006 14:34:39 UTC