Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2012-04-21 21:20:56 +0000
committertle2012-04-21 21:20:56 +0000
commitbf75d6eed672c6df2e2bb9dddb409374c993f155 (patch)
tree703b9bc897ff35918eb2de47c22040e35b9fca04
parentdc6a0185c7498039cd1a7613087131a10d0157d5 (diff)
downloadwebtools.dali-bf75d6eed672c6df2e2bb9dddb409374c993f155.tar.gz
webtools.dali-bf75d6eed672c6df2e2bb9dddb409374c993f155.tar.xz
webtools.dali-bf75d6eed672c6df2e2bb9dddb409374c993f155.zip
Fixed metadata tests.
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.core.tests/test.xml2
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests/test.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.core.tests/test.xml b/jpa/tests/org.eclipse.jpt.jpa.core.tests/test.xml
index 2188dfd2f6..1609ffb9ff 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.core.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests/test.xml
@@ -30,6 +30,6 @@
<!-- This target runs the test suite. Any actions that need to happen -->
<!-- after all the tests have been run should go here. -->
- <target name="run" depends="init, suite1, suite2, suite3, cleanup">
+ <target name="run" depends="init, suite1, suite2, suite3, suite4, cleanup">
</target>
</project> \ No newline at end of file
diff --git a/jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests/test.xml b/jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests/test.xml
index b76008604b..41a8dcde8f 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests/test.xml
+++ b/jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests/test.xml
@@ -44,6 +44,6 @@
<!-- This target runs the test suite. Any actions that need to happen -->
<!-- after all the tests have been run should go here. -->
- <target name="run" depends="init, suite1, suite2, cleanup">
+ <target name="run" depends="init, suite1, suite2, suite3, cleanup">
</target>
</project> \ No newline at end of file

Back to the top