Selaa lähdekoodia

Create integration test for WebSphere Application Server 8 (#3789)

svn changeset:23401/svn branch:6.8
tags/7.0.0.alpha2
Leif Åstrand 12 vuotta sitten
vanhempi
commit
149855812f
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9
    0
      tests/integration_tests.xml

+ 9
- 0
tests/integration_tests.xml Näytä tiedosto

@@ -260,6 +260,14 @@
<param name="target-server" value="weblogic9" />
</antcall>
</target>
<target name="integration-test-websphere8">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="600" />
<param name="target-port" value="9080" />
<param name="target-server" value="websphere8" />
</antcall>
</target>

<target name="integration-test-weblogic10">
<antcall target="run-generic-integration-test">
@@ -344,6 +352,7 @@
<antcall target="integration-test-tomcat5" />
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />
<antcall target="integration-test-websphere8" />

</parallel>


Loading…
Peruuta
Tallenna