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

Commit 6bf06fb5 authored by Artur Satayev's avatar Artur Satayev
Browse files

Test for global approvals introduced in http://9315657.

The change is in frameworks/opt/telephony. Only specific groups can +2, and neither narayan@ nor hansson@ are owners.

I should be able to submit this with Code-Review +2 and Global-Approval +1 from narayan@.

For additional testing, the rollback will be submited with Buildcop override.

Bug: 138919074
Test: N/A
Change-Id: I1d9f4a299ca7b2e15d2171dbc0dfc39bf760d0be
parent d9c2ee5d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,4 +33,6 @@ public class SmsMessageTest {
        assertEquals(null, SmsMessage.createFromPdu(null));
        assertEquals(null, SmsMessage.newFromCMT(null));
    }

    // TODO(satayev): revert this commit; testing Global Approvals flow.
}