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

Commit 7f6fefe1 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am b56736b6: Merge change 2864 into donut

Merge commit 'b56736b6'

* commit 'b56736b6':
  Fixed bug where test status is not marked "DONE" when completed
parents 32ca6011 b56736b6
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();
    }