Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks.

This commit is contained in:
Xia Wang
2010-03-04 13:54:56 -08:00
parent 1a31ae34a0
commit 85b3508d56

View File

@@ -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"));