user stop handling

messages logged in Data log
amound of messages reduced
This commit is contained in:
boccioli_m
2015-09-04 16:25:31 +02:00
parent 67d985aa17
commit 84b317c70c
6 changed files with 22 additions and 3 deletions

View File

@@ -1579,8 +1579,7 @@ public class TestingList extends Panel {
}
}
//System.out.println(sParallelizeCommand);
Object ret;
ret = eval(sParallelizeCommand);
Object ret = eval(sParallelizeCommand);
//System.out.println(ret);
String sTestResult, sTestStatus;
if(ret == null){
@@ -1618,7 +1617,7 @@ public class TestingList extends Panel {
} catch (StatementException intEx) {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, intEx);
System.out.println("User interrupted test! |"+ sDeviceName+"|"+ sTestPath+"|"+ String.valueOf(intEx));
stopAll("User interrupted test");
stopAll("Test stopped by user");
//showResult(sDeviceName, sTestPath, "User interrupted test", "false");
//setToStopped();
} catch (ClassCastException ccex) {