Author: alessio.soldano(a)jboss.com
Date: 2012-03-13 09:51:15 -0400 (Tue, 13 Mar 2012)
New Revision: 15932
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Adding jboss712 target container
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-03-13
13:28:12 UTC (rev 15931)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-03-13
13:51:15 UTC (rev 15932)
@@ -43,6 +43,9 @@
<condition property="jboss.home" value="${jboss711.home}">
<equals arg1="${jbossws.integration.target}"
arg2="jboss711"/>
</condition>
+ <condition property="jboss.home" value="${jboss712.home}">
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss712"/>
+ </condition>
<!-- Verify required properties that must be set before this file is imported
-->
<fail message="Tests output dir not set."
unless="tests.output.dir"/>
Show replies by date