Merge change 24101 into eclair

* changes:
  Fix CDMA BCD unit test.
This commit is contained in:
Android (Google) Code Review
2009-09-07 21:02:29 -07:00

View File

@@ -59,7 +59,7 @@ public class SimUtilsTest extends TestCase {
assertEquals(89, IccUtils.cdmaBcdByteToInt((byte) 0x89)); assertEquals(89, IccUtils.cdmaBcdByteToInt((byte) 0x89));
// Out of range is treated as 0 // Out of range is treated as 0
assertEquals(80, IccUtils.gsmBcdByteToInt((byte) 0x8c)); assertEquals(80, IccUtils.cdmaBcdByteToInt((byte) 0x8c));
/* /*
* adnStringFieldToString() * adnStringFieldToString()