Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2f68760 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ib3d582d7 into eclair-mr2

* changes:
  Fix crash with @UiThreadTest in InstrumentationTestCase.
parents eec100b2 b3d582d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class InstrumentationTestCase extends TestCase {
            getInstrumentation().runOnMainSync(new Runnable() {
                public void run() {
                    try {
                        m.invoke(this);                        
                        m.invoke(InstrumentationTestCase.this);                        
                    } catch (Throwable throwable) {
                        exceptions[0] = throwable;
                    }