Merge "Remove usage of StringFactory" am: 8a79748b0c
am: 49b054800d
Change-Id: I51e4479f4d7fa868392ce807c38f3a2463be213d
This commit is contained in:
@@ -189,8 +189,7 @@ public class HomeSpTest {
|
|||||||
Map<String, Long> homeNetworkIds = new HashMap<>();
|
Map<String, Long> homeNetworkIds = new HashMap<>();
|
||||||
byte[] rawSsidBytes = new byte[33];
|
byte[] rawSsidBytes = new byte[33];
|
||||||
Arrays.fill(rawSsidBytes, (byte) 'a');
|
Arrays.fill(rawSsidBytes, (byte) 'a');
|
||||||
homeNetworkIds.put(
|
homeNetworkIds.put(new String(rawSsidBytes, StandardCharsets.UTF_8), 0x1234L);
|
||||||
StringFactory.newStringFromBytes(rawSsidBytes, StandardCharsets.UTF_8), 0x1234L);
|
|
||||||
homeSp.setHomeNetworkIds(homeNetworkIds);
|
homeSp.setHomeNetworkIds(homeNetworkIds);
|
||||||
assertFalse(homeSp.validate());
|
assertFalse(homeSp.validate());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user