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

[97867] Adding some JUnit tests for Web services

parent f746be75
No related branches found
No related tags found
No related merge requests found
plugin@org.eclipse.jst.ws.tests=v20050530_1740,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests
plugin@org.eclipse.jst.ws.tests=v20050606_1000,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests
plugin@org.eclipse.jst.ws.tests.performance=v20050517_0120,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/ws/tests/org.eclipse.jst.ws.tests.performance
\ No newline at end of file
......@@ -58,6 +58,7 @@ 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=org.eclipse.jst.ws.tests_1.0.0
org.eclipse.jst.ws.tests.performance=org.eclipse.jst.ws.tests.performance_1.0.0
org.eclipse.wst.wsdl.tests.performance=org.eclipse.wst.wsdl.tests.performance_1.0.0
......
......@@ -392,6 +392,14 @@
</target>
<!-- WS TESTS -->
<target name="jst-ws-tests" description="Runs the org.eclipse.jst.ws.tests test.xml">
<antcall target="runtests">
<param name="testPlugin" value="${org.eclipse.jst.ws.tests}" />
<param name="report" value="org.eclipse.jst.ws.tests" />
</antcall>
</target>
<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}" />
......@@ -456,7 +464,7 @@
<antcall target="jst-servlet-tests" />
<antcall target="jst-validation-framework-tests" />
<antcall target="jst-jsp-tests" />
<antcall target="jst-ws-tests" />
</target>
<target name="performance" depends="init">
......
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