[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Wed Jun 27 17:00:08 EDT 2007


  User: nrichards
  Date: 07/06/27 17:00:08

  Modified:    jboss-seam  build.xml
  Log:
  fix tests
  
  Revision  Changes    Path
  1.222     +1 -4      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -b -r1.221 -r1.222
  --- build.xml	27 Jun 2007 19:16:52 -0000	1.221
  +++ build.xml	27 Jun 2007 21:00:08 -0000	1.222
  @@ -733,7 +733,7 @@
   
   	<target name="testall" depends="testcore,build,compiletest" description="Run the core unit tests and all example tests">
   
  -		<ant dir="examples/booking" target="testexample" inheritall="false" />
  +		<ant dir="examples/booking" target="test" inheritall="false" />
   		<ant dir="examples/dvdstore" target="testexample" inheritall="false" />
   		<ant dir="examples/messages" target="testexample" inheritall="false" />
   		<ant dir="examples/numberguess" target="testexample" inheritall="false" />
  @@ -761,9 +761,6 @@
   	</target>
   
   	<target name="testexample" depends="validateexample, compile" description="Run the example tests">
  -
  -		
  -		
   		<taskdef resource="testngtasks" classpath="${testng.jar}" />
   
   		<copy todir="${build.dir}/test">
  
  
  



More information about the jboss-cvs-commits mailing list