Startup
This commit is contained in:
@@ -1284,6 +1284,7 @@ public class TestingList extends Panel {
|
||||
public void stopAll(String resultMessage){
|
||||
String testInProgress[] = getTestInProgress();
|
||||
while(testInProgress[0]!=""){
|
||||
testInProgress = getTestInProgress();
|
||||
showResult(testInProgress[0], testInProgress[1], resultMessage, "false");
|
||||
}
|
||||
setToStopped();
|
||||
|
||||
Reference in New Issue
Block a user