check isDone
This commit is contained in:
parent
cce3ab6240
commit
3fa994739a
@ -155,7 +155,8 @@ public class UrlFetchingTests extends RefineTest {
|
|||||||
Assert.fail("Test interrupted");
|
Assert.fail("Test interrupted");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assert.assertFalse(process.isRunning());
|
Assert.assertTrue(process.isDone());
|
||||||
|
// Assert.assertFalse(process.isRunning());
|
||||||
|
|
||||||
// Inspect rows
|
// Inspect rows
|
||||||
String ref_val = (String)project.rows.get(0).getCellValue(1);
|
String ref_val = (String)project.rows.get(0).getCellValue(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user