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 2016/11/14 21:12:00 UTC

wicket git commit: Change Arquillian's ports. Trying to make the test working at BuildBot. Attempt 2

Repository: wicket
Updated Branches:
  refs/heads/master 616ac94fb -> 886900ad5


Change Arquillian's ports. Trying to make the test working at BuildBot. Attempt 2


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

Branch: refs/heads/master
Commit: 886900ad5d7e1df342771dddcf09f27bffd7c5fe
Parents: 616ac94
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Nov 14 22:11:44 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Nov 14 22:11:44 2016 +0100

----------------------------------------------------------------------
 testing/wicket-arquillian/src/test/resources/arquillian.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/886900ad/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 23687ca..9729a33 100644
--- a/testing/wicket-arquillian/src/test/resources/arquillian.xml
+++ b/testing/wicket-arquillian/src/test/resources/arquillian.xml
@@ -27,9 +27,9 @@
     <container qualifier="wildfly" default="true">
     	<configuration>
     		<property name="jbossHome">target/wildfly-${wildfly.version}</property>
-            <property name="managementPort">48991</property>
+            <property name="managementPort">38991</property>
             <!-- DEBUG MODE MANAGED: -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -->
-    		<property name="javaVmArguments">-Djboss.socket.binding.port-offset=48993 -Xmx128m -Xrunjdwp:transport=dt_socket,address=48992,server=y,suspend=n
+    		<property name="javaVmArguments">-Djboss.socket.binding.port-offset=38993 -Xmx128m -Xrunjdwp:transport=dt_socket,address=38992,server=y,suspend=n
             </property>
     	</configuration>
     </container>