2002/ws/desc/test-suite/documents/good/EchoComplexDocLit-1G TestMetadata.xml,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/EchoComplexDocLit-1G
In directory hutz:/tmp/cvs-serv19351/test-suite/documents/good/EchoComplexDocLit-1G

Modified Files:
	TestMetadata.xml 
Log Message:
Simplified test-suite.xml format.  Updated stylesheets dependent upon this format.
Updated TestMetadata.xsd to allow multiple <Input> elements within an <Inputs>, and a role attribute. 
Updated all TestMetadata.xml files to match the above schema change.
Rebuilt some dependent reports.

Index: TestMetadata.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/EchoComplexDocLit-1G/TestMetadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** TestMetadata.xml	6 Jul 2006 17:56:09 -0000	1.2
--- TestMetadata.xml	6 Jul 2006 20:51:00 -0000	1.3
***************
*** 10,14 ****
  	<SpecRef></SpecRef>
  	<Preconditions>none</Preconditions>
! 	<Inputs>Axis2SampleDocLit.wsdl</Inputs>
  	<ExpectedResults>
  		<Successful>true</Successful>
--- 10,16 ----
  	<SpecRef></SpecRef>
  	<Preconditions>none</Preconditions>
! 	<Inputs>
! 		<Input role="root">Axis2SampleDocLit.wsdl</Input>
! 	</Inputs>
  	<ExpectedResults>
  		<Successful>true</Successful>

Received on Thursday, 6 July 2006 20:51:44 UTC