Compare commits

..

1 Commits

Author SHA1 Message Date
Haoming Yin 7022be1979 Fixed unit test which failed due to the change of configure file.
#story[445]
2017-03-30 16:16:30 +13:00
@@ -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