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

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

Merge change 2864 into donut

* changes:
  Fixed bug where test status is not marked "DONE" when completed
parents 2ba3223c 627f9343
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class ReliabilityTest extends ActivityInstrumentationTestCase2<Reliabilit
            System.gc();
            System.gc();
        }
        updateTestStatus(TEST_DONE);
        activity.finish();
        listReader.close();
    }