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

Commit 5eb8bfdd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed coretest DisabledTest"

parents 68896030 1ed8bdaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -78,7 +78,7 @@ public class DisabledTest extends ActivityInstrumentationTestCase<Disabled> {
        assertNotNull(mDisabledParent);
        assertNotNull(mDisabledParent);
        assertFalse(mDisabled.isEnabled());
        assertFalse(mDisabled.isEnabled());
        assertTrue(mDisabledParent.isEnabled());
        assertTrue(mDisabledParent.isEnabled());
        assertTrue(mDisabled.hasFocus());
        assertFalse(mDisabled.hasFocus());
    }
    }


    @MediumTest
    @MediumTest