mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 18:32:28 +02:00
Add test case for toHexWithPrefix
- just to test Jenkins trigger Change-Id: I346d04cbead074674debabdd24f318f3bca17d34
This commit is contained in:
parent
10b5357dc9
commit
ae51470075
@ -47,6 +47,7 @@ public class ToolsTest {
|
||||
assertEquals("1000", Tools.toHex(4096, 4));
|
||||
assertEquals("000000000000000f", Tools.toHex(15));
|
||||
assertEquals("ffffffffffffffff", Tools.toHex(0xffffffffffffffffL));
|
||||
assertEquals("0xffffffffffffffff", Tools.toHexWithPrefix(0xffffffffffffffffL));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user