You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ha...@apache.org on 2005/06/10 10:22:41 UTC

cvs commit: ws-axis/c/tests/auto_build/wsi build.xml

hawkeye     2005/06/10 01:22:41

  Modified:    c/tests/auto_build/wsi build.xml
  Log:
  Creating "Unit test" system
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/auto_build/wsi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/wsi/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	23 Feb 2005 21:31:57 -0000	1.1
  +++ build.xml	10 Jun 2005 08:22:41 -0000	1.2
  @@ -83,7 +83,7 @@
   				</parallel>
   			</try>
   			<catch>
  -				<echo message="Exception in monitor caught it in Ant try/catch block while trying to run test ${testName}"/>
  +				<echo message="Exception in monitor caught it in Ant try/catch block while trying to run test ${test.name}"/>
   			</catch>
   			<finally>
   				<sleep seconds="1"/>