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

Commit 627f9343 authored by Guang Zhu's avatar Guang Zhu
Browse files

Fixed bug where test status is not marked "DONE" when completed

parent 892771ab
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();
    }