Fix CDMA BCD unit test.

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

Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea
This commit is contained in:
Tammo Spalink
2009-09-07 15:45:09 +08:00
parent 88e6257959
commit d0085ed5e2

View File

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