You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/06/25 10:07:00 UTC

[10/14] wicket git commit: WICKET-5926 Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.

WICKET-5926 Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.

Use the configured version of WildFly in arquillian.xml


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d3765b1e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d3765b1e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d3765b1e

Branch: refs/heads/master
Commit: d3765b1eb99c4ee39ab1f19643aa49f730938d52
Parents: 8c3854d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Jun 25 10:14:58 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jun 25 10:14:58 2015 +0300

----------------------------------------------------------------------
 testing/wicket-arquillian/src/test/resources/arquillian.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d3765b1e/testing/wicket-arquillian/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/src/test/resources/arquillian.xml b/testing/wicket-arquillian/src/test/resources/arquillian.xml
index cca5a0c..e80f901 100644
--- a/testing/wicket-arquillian/src/test/resources/arquillian.xml
+++ b/testing/wicket-arquillian/src/test/resources/arquillian.xml
@@ -10,7 +10,7 @@
     
     <container qualifier="wildfly" default="true">
     	<configuration>
-    		<property name="jbossHome">target/wildfly-8.1.0.Final</property>
+    		<property name="jbossHome">target/wildfly-${version.wildfly_8}</property>
             <!-- DEBUG MODE MANAGED: -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -->
     		<property name="javaVmArguments">-Xmx128m -XX:MaxPermSize=128m -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
             </property>