This commit is contained in:
boccioli_m
2015-09-04 14:00:41 +02:00
parent 65c5ffb74b
commit d65b3cb149

View File

@@ -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();