Author: mgencur(a)redhat.com
Date: 2010-01-13 03:19:34 -0500 (Wed, 13 Jan 2010)
New Revision: 11947
Modified:
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
Log:
JBPAPP-3348 the test now needs only jboss5.home to be set
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml 2010-01-12 21:53:08
UTC (rev 11946)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml 2010-01-13 08:19:34
UTC (rev 11947)
@@ -121,7 +121,7 @@
<sysproperty key="openid.account" value="${openid.account}"
/>
<sysproperty key="openid.password" value="${openid.password}"
/>
<sysproperty key="seam.dir" value="${seam.dir}" />
- <sysproperty key="jboss.home" value="${jboss.home}" />
+ <sysproperty key="jboss.home" value="${container.home}" />
</testng>
</target>
Show replies by date