Skip to content
Snippets Groups Projects
Commit 6f9ff6b4 authored by jeffliu's avatar jeffliu
Browse files

[95393] Performance: Create performance JUnit tests for Web service

parent 96665753
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment