diff --git a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map index 8d716df292522eb9f711aafe40848dfa2f5e78fe..07524e15f79a4d9e0d63554fd14e898d302289f7 100644 --- a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map +++ b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map @@ -4,8 +4,8 @@ feature@org.eclipse.jst=v20050516,:pserver:anonymous@dev.eclipse.org:/home/webto feature@org.eclipse.jst.sdk=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.sdk feature@org.eclipse.wst.tests.feature=v20050420_1240,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.feature feature@org.eclipse.wst.tests.performance.feature=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.performance.feature -feature@org.eclipse.jst.tests=v20050420_1028,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests -feature@org.eclipse.jst.tests.performance.feature=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests.performance.feature +feature@org.eclipse.jst.tests=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests +feature@org.eclipse.jst.tests.performance.feature=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests.performance.feature feature@org.apache.wsil4j.feature=v20050420_1028,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.apache.wsil4j.feature feature@org.uddi4j.feature=v20050510_1508,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.uddi4j.feature diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.properties b/archive/org.eclipse.wtp.releng/testScripts/test.properties index fd0cb303e549bc3ff5a98332ae79b28aa5dae770..9d4ef74cf6e2f5575c1e7fd64ee0d59484613938 100644 --- a/archive/org.eclipse.wtp.releng/testScripts/test.properties +++ b/archive/org.eclipse.wtp.releng/testScripts/test.properties @@ -56,6 +56,8 @@ org.eclipse.wst.css.ui.tests.performance=org.eclipse.wst.css.ui.tests.performanc org.eclipse.wst.html.ui.tests.performance=org.eclipse.wst.html.ui.tests.performance_1.0.0 org.eclipse.wst.xml.ui.tests.performance=org.eclipse.wst.xml.ui.tests.performance_1.0.0 +org.eclipse.jst.ws.tests.performance=org.eclipse.jst.ws.tests.performance_1.0.0 + # Tomcat dirs tomcat50Dir=jakarta-tomcat-5.0.28 diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml index 0f91a57dc0aad2031848ea505bca93b8c87e1b94..4eb7b5b98f1bb1d050852351e96d44242a82c995 100644 --- a/archive/org.eclipse.wtp.releng/testScripts/test.xml +++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml @@ -378,6 +378,14 @@ </antcall> </target> + <!-- WS TESTS --> + <target name="jst-ws-perfTests" description="Runs the org.eclipse.jst.ws.tests.performance test.xml"> + <antcall target="runtests"> + <param name="testPlugin" value="${org.eclipse.jst.ws.tests.performance}" /> + <param name="report" value="org.eclipse.jst.ws.tests.performance" /> + </antcall> + </target> + <target name="all" depends="init"> <antcall target="wst-server-tests"/> <antcall target="wst-monitor-tests"/> @@ -418,6 +426,7 @@ <antcall target="wst-xml-perfTests" /> <antcall target="wst-html-perfTests" /> <antcall target="wst-css-perfTests" /> + <antcall target="jst-ws-perfTests"/> <antcall target="genPerfGraphs" /> </target>