From: Bill B. <pat...@us...> - 2002-04-29 22:33:41
|
User: patriot1burke Date: 02/04/29 15:33:20 Modified: . build.xml Log: iiop fixes from multi invokers Revision Changes Path 1.116 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- build.xml 28 Apr 2002 23:16:11 -0000 1.115 +++ build.xml 29 Apr 2002 22:33:20 -0000 1.116 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.115 2002/04/28 23:16:11 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.116 2002/04/29 22:33:20 patriot1burke Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2327,7 +2327,6 @@ <antcall target="jars"/> </target> -<!-- tests-iiop-stress, --> <target name="tests" description="Execute all tests." depends="init, tests-standard-unit, @@ -2341,6 +2340,7 @@ tests-jbossmx-compliance, tests-jbossmx-implementation, tests-jbossmx-performance, + tests-iiop-stress, tests-report"> </target> |