From ab94795fd2429b387d425d16a467f32f6e71c71a Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Thu, 30 Nov 2006 03:51:27 +0000 Subject: [PATCH] put in Dali tests --- .../distribution/wtp.tests/testScripts/test.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml index 64a0b8ab8..21c962144 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> -- GitLab