summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/release-notes.html2
-rw-r--r--uitest/integration_tests.xml8
2 files changed, 8 insertions, 2 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index f573eac1d4..5bdf34247a 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -468,7 +468,7 @@
<li>Oracle WebLogic Server 10.3-12</li>
<li>IBM WebSphere Application Server 7-8</li>
<li>JBoss Application Server 4-7</li>
- <li>Wildfly 8</li>
+ <li>Wildfly 8-9</li>
<li>Jetty 5-9</li>
<li>Glassfish 2-4</li>
</ul>
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index d28ba47320..d56ba2683f 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -224,7 +224,12 @@
<param name="target-server" value="wildfly8" />
</antcall>
</target>
-
+ <target name="integration-test-wildfly9">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="10" />
+ <param name="target-server" value="wildfly9" />
+ </antcall>
+ </target>
<target name="integration-test-glassfish3">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -389,6 +394,7 @@
<antcall target="integration-test-jboss7" />
<antcall target="integration-test-jboss-eap6" />
<antcall target="integration-test-wildfly8" />
+ <antcall target="integration-test-wildfly9" />
<antcall target="integration-test-jetty7" />
<antcall target="integration-test-jetty8" />
<antcall target="integration-test-jetty9" />