From: Bill B. <pat...@us...> - 2003-05-25 05:51:26
|
User: patriot1burke Date: 03/05/24 22:51:25 Modified: . build.xml Log: renamed standalone test Revision Changes Path 1.262 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.261 retrieving revision 1.262 diff -u -r1.261 -r1.262 --- build.xml 25 May 2003 01:49:03 -0000 1.261 +++ build.xml 25 May 2003 05:51:25 -0000 1.262 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.261 2003/05/25 01:49:03 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.262 2003/05/25 05:51:25 patriot1burke Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -4645,7 +4645,7 @@ fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/aop/nonjunit/StandaloneUnitTestCase.class"/> + <include name="org/jboss/test/aop/nonjunit/StandaloneTest.class"/> </fileset> </batchtest> </junit> |