Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-08-19 01:49:57 +0000
committertle2008-08-19 01:49:57 +0000
commitf4e83d48a2298fe81c645af7f1a6b982344fc9c0 (patch)
tree69f8e83c48d940bfe7b0c83de56829609c510641
parent6a7ab73ae0d63dfafc02bb15f5d115a8d6f75e86 (diff)
downloadwebtools.dali-f4e83d48a2298fe81c645af7f1a6b982344fc9c0.tar.gz
webtools.dali-f4e83d48a2298fe81c645af7f1a6b982344fc9c0.tar.xz
webtools.dali-f4e83d48a2298fe81c645af7f1a6b982344fc9c0.zip
Fixed org.eclipse.jpt.jpa.jar Java system property
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
index 303225ae71..5a59d88fa5 100644
--- a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/test.xml
@@ -6,6 +6,9 @@
<echo message="eclipse place ${eclipse-home}" />
<!-- sets the properties plugin-name -->
<property name="plugin-name" value="org.eclipse.jpt.eclipselink.core.tests"/>
+ <echo level="debug" message="testRoot: ${testRoot}" />
+ <fail message="testRoot must be set" unless="testRoot" />
+ <property file="${testRoot}/testServer.properties"/>
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->

Back to the top