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

Commit 9c93007b authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 24101 into eclair

* changes:
  Fix CDMA BCD unit test.
parents 0b7044fe d0085ed5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()