Author: bdaw
Date: 2008-01-22 07:13:44 -0500 (Tue, 22 Jan 2008)
New Revision: 9550
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
update for jboss-unit changes
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-01-22 11:39:19 UTC (rev 9549)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-01-22 12:13:44 UTC (rev 9550)
@@ -586,9 +586,9 @@
<taskdef name="jboss-unit"
classname="org.jboss.unit.tooling.ant.JBossUnitTask"
classpath="${plugin_classpath}"/>
- <jboss-unit>
+ <jboss-unit jpda="false" jpdaPort="9000"
jpdaSuspend="true" failOnError="false">
- <tests config="${target}/test-classes/test/remote-jboss-unit.xml"
jpda="false">
+ <tests
config="${target}/test-classes/test/remote-jboss-unit.xml">
<property name="archivePath"
value="${test.temp.lib}"/>
<property name="serverName"
value="${test.server.name}"/>
</tests>
Show replies by date