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

Commit 85b3508d authored by Xia Wang's avatar Xia Wang
Browse files

Suppress testCheckAndProcessPlusCode from continuous test system as testing...

Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks.
parent 1a31ae34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ public class PhoneNumberUtilsTest extends TestCase {
                     PhoneNumberUtils.convertKeypadLettersToDigits("(800) ABC-DEFG"));
    }

    @SmallTest
    // To run this test, the device has to be registered with network
    public void testCheckAndProcessPlusCode() {
        assertEquals("0118475797000",
                PhoneNumberUtils.cdmaCheckAndProcessPlusCode("+8475797000"));