test fixed

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@384 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
angryziber 2008-04-09 21:55:11 +00:00
parent f5313d30ca
commit 4922bb5f4e

View File

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