diff --git a/config/plugins.properties b/config/plugins.properties index ed555cd..b2f06ae 100644 --- a/config/plugins.properties +++ b/config/plugins.properties @@ -1,5 +1,5 @@ -TestingList.java=enabled -FilterTable.java=enabled -Kollimators.java=enabled -NewTest.java=enabled -TestingListDetails.java=enabled +FilterTable.java=enabled +Kollimators.java=enabled +NewTest.java=enabled +TestingListDetails.java=enabled +TestingList.java=enabled diff --git a/plugins/TestingList.java b/plugins/TestingList.java index b999318..490e452 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2126,12 +2126,14 @@ public class TestingList extends Panel { iLastExecutedTestIndex = showResult(sDeviceName, sTestPath, sTestResult, sTestStatus); } } catch (StatementException intEx) { + intEx.printStackTrace(); Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, intEx); System.out.println("User interrupted test! |"+ sDeviceName+"|"+ sTestPath+"|"+ String.valueOf(intEx)); stopAll("Test stopped by user"); //showResult(sDeviceName, sTestPath, "User interrupted test", "false"); //setToStopped(); } catch (ClassCastException ccex) { + ccex.printStackTrace(); Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ccex); SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", ccex.toString()); //System.out.println(String.valueOf(ccex)); @@ -2139,12 +2141,14 @@ public class TestingList extends Panel { showResult(sDeviceName, sTestPath, ccex.toString(), TestStatus.FAILURE.toString()); } }catch (Exception ex) { + ex.printStackTrace(); Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", ex.toString()); System.out.println(String.valueOf(ex)); showResult(sDeviceName, sTestPath, ex.toString(), TestStatus.FAILURE.toString()); } } catch (Exception ex) { + ex.printStackTrace(); SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup(), run thread", ex.toString()); logger.log(Level.SEVERE, ex.toString()); setToStopped(); diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 6d74779..ec4d9ef 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Jun 06 14:09:00 CEST 2017 +#Tue Jun 06 14:26:44 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=LabTests