mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
test fixed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@384 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
parent
f5313d30ca
commit
4922bb5f4e
@ -27,7 +27,7 @@ public class IntegerWithUnitTest {
|
||||
|
||||
@Test
|
||||
public void testToString() throws Exception {
|
||||
assertEquals("151" + Labels.getLabel("fetcher.unit.ms"), new IntegerWithUnit(151, "ms").toString());
|
||||
assertEquals("151" + Labels.getLabel("unit.ms"), new IntegerWithUnit(151, "ms").toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user