From: Anil S. <osd...@us...> - 2004-11-16 19:04:30
|
User: osdchicago Date: 04/11/16 11:04:21 Modified: . build.xml Log: Turn off Jaxr Tests from the "all" config related tests. Revision Changes Path 1.428 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.427 retrieving revision 1.428 diff -u -r1.427 -r1.428 --- build.xml 5 Nov 2004 17:38:11 -0000 1.427 +++ build.xml 16 Nov 2004 19:04:20 -0000 1.428 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.427 2004/11/05 17:38:11 starksm Exp $ --> +<!-- $Id: build.xml,v 1.428 2004/11/16 19:04:20 osdchicago Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -577,7 +577,7 @@ <antcall target="tests-jbossmx-performance"/> <antcall target="tests-iiop"/> <antcall target="tests-webservices" /> - <antcall target="tests-jaxr" /> +<!-- <antcall target="tests-jaxr" />--> <stop-jboss/> <wait-on-shutdown conf="all" /> </target> |