Fix CDMA BCD unit test.
Addresses issues: http://buganizer/issue?id=2056263 Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
This commit is contained in:
@@ -59,7 +59,7 @@ public class SimUtilsTest extends TestCase {
|
||||
assertEquals(89, IccUtils.cdmaBcdByteToInt((byte) 0x89));
|
||||
|
||||
// Out of range is treated as 0
|
||||
assertEquals(80, IccUtils.gsmBcdByteToInt((byte) 0x8c));
|
||||
assertEquals(80, IccUtils.cdmaBcdByteToInt((byte) 0x8c));
|
||||
|
||||
/*
|
||||
* adnStringFieldToString()
|
||||
|
||||
Reference in New Issue
Block a user