2002/ws/desc/test-suite build.xml,1.18,1.19

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv28672/test-suite

Modified Files:
	build.xml 
Log Message:
Added a target to generate the assertions report

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** build.xml	18 Apr 2006 17:40:35 -0000	1.18
--- build.xml	5 Jul 2006 22:29:40 -0000	1.19
***************
*** 130,132 ****
--- 130,138 ----
  	</target>
  
+ 	<target name="test-suite-assertions-coverage" description="Generates a coverage report for assertions">
+ 		<xslt style="extract-assertions.xsl" in="../wsdl20/wsdl20-specs.xml" out="assertions.xml" />
+ 		<xslt style="violate-assertions.xsl" in="test-suite.xml" out="violate-assertions.xml" />		
+ 		<xslt style="assertions-report.xsl" in="violate-assertions.xml" out="assertions-report.html" />		
+ 	</target>
+ 
  </project>
\ No newline at end of file

Received on Wednesday, 5 July 2006 22:29:47 UTC