am 9c93007b: Merge change 24101 into eclair

Merge commit '9c93007bcdf684cd15fd9db0cf1eae238dd38191' into eclair-plus-aosp

* commit '9c93007bcdf684cd15fd9db0cf1eae238dd38191':
  Fix CDMA BCD unit test.
This commit is contained in:
Tammo Spalink
2009-09-08 13:41:23 -07:00
committed by Android Git Automerger

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()