check isDone

This commit is contained in:
Jacky 2017-12-19 22:09:52 -05:00
parent cce3ab6240
commit 3fa994739a

View File

@ -155,7 +155,8 @@ public class UrlFetchingTests extends RefineTest {
Assert.fail("Test interrupted");
}
}
Assert.assertFalse(process.isRunning());
Assert.assertTrue(process.isDone());
// Assert.assertFalse(process.isRunning());
// Inspect rows
String ref_val = (String)project.rows.get(0).getCellValue(1);