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

[95669] Turn on runtime scanning for wst.wsdl JUnits

parent b6f1a812
No related branches found
No related tags found
No related merge requests found
...@@ -99,17 +99,17 @@ ...@@ -99,17 +99,17 @@
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.core.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.core.tests}" />
<param name="report" value="org.eclipse.wst.server.core.tests" /> <param name="report" value="org.eclipse.wst.server.core.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/> <param name="package.includes" value="org.eclipse.wst.server"/>
</antcall> </antcall>
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.ui.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.ui.tests}" />
<param name="report" value="org.eclipse.wst.server.ui.tests" /> <param name="report" value="org.eclipse.wst.server.ui.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/> <param name="package.includes" value="org.eclipse.wst.server"/>
</antcall> </antcall>
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.util.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.util.tests}" />
<param name="report" value="org.eclipse.wst.server.util.tests" /> <param name="report" value="org.eclipse.wst.server.util.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/> <param name="package.includes" value="org.eclipse.wst.server"/>
</antcall> </antcall>
</target> </target>
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.jst.j2ee.core.tests}" /> <param name="testPlugin" value="${org.eclipse.jst.j2ee.core.tests}" />
<param name="report" value="org.eclipse.jst.j2ee.core.tests" /> <param name="report" value="org.eclipse.jst.j2ee.core.tests" />
<param name="package.includes" value="org.eclipse.jst.j2ee."/> <param name="package.includes" value="org.eclipse.jst.j2ee"/>
</antcall> </antcall>
</target> </target>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.jst.j2ee.tests}" /> <param name="testPlugin" value="${org.eclipse.jst.j2ee.tests}" />
<param name="report" value="org.eclipse.jst.j2ee.tests" /> <param name="report" value="org.eclipse.jst.j2ee.tests" />
<param name="package.includes" value="org.eclipse.jst.j2ee."/> <param name="package.includes" value="org.eclipse.jst.j2ee"/>
</antcall> </antcall>
</target> </target>
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<antcall target="runapitests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.common.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.common.tests}" />
<param name="report" value="org.eclipse.wst.common.tests" /> <param name="report" value="org.eclipse.wst.common.tests" />
<param name="package.includes" value="org.eclipse.wst.common.componentcore."/> <param name="package.includes" value="org.eclipse.wst.common.componentcore"/>
</antcall> </antcall>
</target> </target>
...@@ -290,9 +290,10 @@ ...@@ -290,9 +290,10 @@
<target name="wst-wsdl-tests" description="Runs test.xml for <target name="wst-wsdl-tests" description="Runs test.xml for
org.eclipse.wst.wsdl.tests org.eclipse.wst.wsdl.tests
org.eclipse.wst.wsdl.validation.tests"> org.eclipse.wst.wsdl.validation.tests">
<antcall target="runtests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.wsdl.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.wsdl.tests}" />
<param name="report" value="org.eclipse.wst.wsdl.tests" /> <param name="report" value="org.eclipse.wst.wsdl.tests" />
<param name="package.includes" value="org.eclipse.wst.wsdl"/>
</antcall> </antcall>
<antcall target="runtests"> <antcall target="runtests">
<param name="testPlugin" value="${org.eclipse.wst.wsdl.validation.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.wsdl.validation.tests}" />
......
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