From 459f0950f23568d5f4754df6023ed06f58ba7751 Mon Sep 17 00:00:00 2001
From: tle <tle>
Date: Tue, 29 Jul 2008 06:29:25 +0000
Subject: [PATCH] Added a test target to run EclipseLink JUnit tests suite

---
 .../wtp.tests/testScripts/test.xml            | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
index 23b427c49..cbb866bcc 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml
@@ -831,6 +831,20 @@
                 value="org.eclipse.jpt.core.tests"/>
         </antcall>
     </target>
+    <target
+        name="jpt-eclipselink-core-tests"
+        depends="init"
+        description="Runs the org.eclipse.jpt.eclipselink.core.tests test.xml">
+        <antcall
+            target="runtests">
+            <param
+                name="testPlugin"
+                value="${org.eclipse.jpt.eclipselink.core.tests}"/>
+            <param
+                name="report"
+                value="org.eclipse.jpt.eclipselink.core.tests"/>
+        </antcall>
+    </target>
 
     <!-- JSDT tests -->
     <target
@@ -1027,6 +1041,11 @@
             message="Starting dali-core-tests"/>
         <antcall
             target="dali-core-tests"/>
+        <echo
+            level="info"
+            message="Starting jpt-eclipselink-core-tests"/>
+        <antcall
+            target="jpt-eclipselink-core-tests"/>
         <echo
             level="info"
             message="Ended JPT Unit Tests"/>
-- 
GitLab