Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2010-02-07 10:47:33 +0000
committermtaal2010-02-07 10:47:33 +0000
commit76d3b2cd1cede054d0e9301bd9d1c0ea517043f7 (patch)
tree1418610c6ff205026d9a7dd1c7536dd720a71188 /tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch
parent560cb8e839cbc6c4415bbde291490752413b27ed (diff)
downloadorg.eclipse.emf.teneo-76d3b2cd1cede054d0e9301bd9d1c0ea517043f7.tar.gz
org.eclipse.emf.teneo-76d3b2cd1cede054d0e9301bd9d1c0ea517043f7.tar.xz
org.eclipse.emf.teneo-76d3b2cd1cede054d0e9301bd9d1c0ea517043f7.zip
Enabled testing of eclipselink
Diffstat (limited to 'tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch')
-rw-r--r--tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch
new file mode 100644
index 000000000..26b2aa1d9
--- /dev/null
+++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests.launch
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<stringAttribute key="bad_container_name" value="/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/AllTests."/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/src/org/eclipse/emf/teneo/eclipselink/examples/library/orm/tests/AllTests.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
+<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
+<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests.AllTests"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests"/>
+</launchConfiguration>

Back to the top