Fixed unit test which failed due to the change of configure file.

#story[445]
This commit is contained in:
Haoming Yin
2017-03-30 16:16:30 +13:00
parent 971a3920a3
commit 7022be1979
@@ -24,7 +24,7 @@ public class ConfigParserTest {
@Test
public void getTimeScale() throws Exception {
assertEquals(1.0, cp.getTimeScale(), 1e-10);
assertEquals(10.0, cp.getTimeScale(), 1e-10);
}
@Test