Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-07-25 08:32:20 +0000
committerEike Stepper2015-07-25 08:32:20 +0000
commitd9002b25ceedfaf5acdf010bd51c1416a3e964ac (patch)
tree4705218c4bf3c69ca9c2cfc498cf12cb62598222 /plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch
parent32ccfc0c0b4363cf186c7d52982b8472fa525b61 (diff)
downloadcdo-d9002b25ceedfaf5acdf010bd51c1416a3e964ac.tar.gz
cdo-d9002b25ceedfaf5acdf010bd51c1416a3e964ac.tar.xz
cdo-d9002b25ceedfaf5acdf010bd51c1416a3e964ac.zip
[473560] Bugzilla_316444_Test.testLockParentWithEAttributeChange fails randomly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=473560
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch b/plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch
new file mode 100644
index 0000000000..dafab18766
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.db/AnyTestManyTimesDB.launch
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AnyTestManyTimesDB.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</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.cdo.tests.db.AnyTestManyTimesDB"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.db"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx1g&#13;&#10;-Dorg.eclipse.net4j.util.om.trace.disable=true&#13;&#10;-Dorg.eclipse.emf.cdo.tests.config.impl.RepositoryConfig.enableServerBrowser=false&#10;&#13;&#10;-Dorg.eclipse.net4j.db.close.noisy=true"/>
+</launchConfiguration>

Back to the top