diff options
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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" /> |