]> source.dussan.org Git - vaadin-framework.git/commitdiff
Create integration test for WebSphere Application Server 8 (#3789)
authorLeif Åstrand <leif@vaadin.com>
Wed, 4 Apr 2012 11:47:02 +0000 (11:47 +0000)
committerLeif Åstrand <leif@vaadin.com>
Wed, 4 Apr 2012 11:47:02 +0000 (11:47 +0000)
svn changeset:23401/svn branch:6.8

tests/integration_tests.xml

index ef4f40a60a904c594b1f531904aa368a84542ca8..1270807630ce94109221065e1780f210b236b2e6 100644 (file)
                        <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">
                        <antcall target="integration-test-tomcat5" />
                        <antcall target="integration-test-tomcat6" />
                        <antcall target="integration-test-tomcat7" />
+                       <antcall target="integration-test-websphere8" />
 
                </parallel>