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

Commit d0085ed5 authored by Tammo Spalink's avatar Tammo Spalink
Browse files

Fix CDMA BCD unit test.

Addresses issues:
http://buganizer/issue?id=2056263

Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
parent 88e62579
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()