Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[RFR] Fix random changes in org.eclipse.egit.core--All-Tests.launch (was: [egit-dev] Is org.eclipse.egit.core--All-Tests broken in 'master'?)

Mykola Nikishov <mn@xxxxxxxxx> writes:

[...]

> Open org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch
> and check that workspace data location points to a directory not nested
> into an existed git repository. As my workspace is under git control I
> forced to point tests to somewhere like '/tmp/junit-workspace':

While fixing unit tests I've noticed that Eclipse will allways check a
'Run in UI thread' in a 'Run configurations' dialog once launch
configuration opened:

--8<---------------cut here---------------start------------->8---
@@ -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"/>
--8<---------------cut here---------------end--------------->8---

Did you noticed this too? Please give your +2 for
http://egit.eclipse.org/r/92 if you did ;-)

> Is it only me who had caught these problems?

-- 
MAN-UANIC


Back to the top