diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml index 64a0b8ab83716d3a50fd81881a25bb9c4275c15e..21c96214492b24d8b427d6b9cc9392cd77c5c144 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml @@ -365,10 +365,10 @@ </target> <!-- 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"> - <param name="testPlugin" value="${org.eclipse.dali.utility.tests}" /> - <param name="report" value="org.eclipse.dali.utility.tests" /> + <param name="testPlugin" value="${org.eclipse.jst.jpa.utility.tests}" /> + <param name="report" value="org.eclipse.jst.jpa.utility.tests" /> </antcall> </target> @@ -459,13 +459,13 @@ <echo message="Starting JSF Tests"/> <antcall target="jsf-tests" /> - <echo message="Starting Dali Unit Tests"/> + <echo message="Starting JPA Unit Tests"/> - <echo message="Starting dali-utility-tests"/> - <antcall target="dali-utility-tests" /> + <echo message="Starting jpa-utility-tests"/> + <antcall target="jpa-utility-tests" /> - <echo message="Ended Dali Unit Tests"/> + <echo message="Ended JPA Unit Tests"/> </target>