Skip to content
Snippets Groups Projects
Commit ab94795f authored by david_williams's avatar david_williams
Browse files

put in Dali tests

parent 628cd109
No related branches found
No related tags found
No related merge requests found
...@@ -365,10 +365,10 @@ ...@@ -365,10 +365,10 @@
</target> </target>
<!-- Dali tests --> <!-- Dali tests -->
<target name="dali-utility-tests" description="Runs the org.eclipse.dali.utility.tests test.xml"> <target name="jpa-utility-tests" description="Runs the org.eclipse.jst.jpa.utility.tests test.xml">
<antcall target="runtests"> <antcall target="runtests">
<param name="testPlugin" value="${org.eclipse.dali.utility.tests}" /> <param name="testPlugin" value="${org.eclipse.jst.jpa.utility.tests}" />
<param name="report" value="org.eclipse.dali.utility.tests" /> <param name="report" value="org.eclipse.jst.jpa.utility.tests" />
</antcall> </antcall>
</target> </target>
...@@ -459,13 +459,13 @@ ...@@ -459,13 +459,13 @@
<echo message="Starting JSF Tests"/> <echo message="Starting JSF Tests"/>
<antcall target="jsf-tests" /> <antcall target="jsf-tests" />
<echo message="Starting Dali Unit Tests"/> <echo message="Starting JPA Unit Tests"/>
<echo message="Starting dali-utility-tests"/> <echo message="Starting jpa-utility-tests"/>
<antcall target="dali-utility-tests" /> <antcall target="jpa-utility-tests" />
<echo message="Ended Dali Unit Tests"/> <echo message="Ended JPA Unit Tests"/>
</target> </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