diff options
| author | Mykola Nikishov | 2009-10-23 22:18:04 +0000 |
|---|---|---|
| committer | Mykola Nikishov | 2009-10-28 08:34:50 +0000 |
| commit | 8c839d7ec7b884fba2e2a74321a057a58ea1114c (patch) | |
| tree | 936a6e367a43210237f841fbbdb790e72c908cf6 | |
| parent | e2eced2b9eb87c26107f6a629572ebe7eda11b78 (diff) | |
| download | egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.tar.gz egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.tar.xz egit-8c839d7ec7b884fba2e2a74321a057a58ea1114c.zip | |
Specify explcitly that unit tests should be run in UI thread
Eclipse 3.5 introduced a new parameter 'Run in UI thread' in a 'Run
configurations...' dialog. Every time when a launch configuration opened
this parameter would be set to true and a launch configuration file would
be modified unnecessarily. So this value has been set explicitly to
prevent this annoying behavior.
Change-Id: I578179a6108d5d8386f794f81ea777cecaa043a2
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
| -rw-r--r-- | org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch b/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch index 10b0eb7607..061874a29e 100644 --- a/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch +++ b/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch @@ -33,6 +33,7 @@ <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/> <stringAttribute key="pde.version" value="3.3"/> <stringAttribute key="product" value="org.eclipse.sdk.ide"/> +<booleanAttribute key="run_in_ui_thread" value="true"/> <booleanAttribute key="show_selected_only" value="false"/> <booleanAttribute key="tracing" value="false"/> <booleanAttribute key="useDefaultConfig" value="true"/> |
