Browse Source

Test using Wildfly 8 (currently CR1) (#13167)

Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3
tags/7.1.12
Artur Signell 10 years ago
parent
commit
ad49fe31b3
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      uitest/integration_tests.xml

+ 7
- 0
uitest/integration_tests.xml View File

@@ -225,6 +225,12 @@
<param name="target-server" value="jbosseap6" />
</antcall>
</target>
<target name="integration-test-wildfly8">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
<param name="target-server" value="wildfly8" />
</antcall>
</target>

<target name="integration-test-glassfish2">
<antcall target="run-generic-integration-test">
@@ -421,6 +427,7 @@
<antcall target="integration-test-jboss6" />
<antcall target="integration-test-jboss7" />
<antcall target="integration-test-jboss-eap6" />
<antcall target="integration-test-wildfly8" />
<antcall target="integration-test-jetty5" />
<antcall target="integration-test-jetty6" />
<antcall target="integration-test-jetty7" />

Loading…
Cancel
Save