diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ad6903a..9f36ee7 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -59,7 +59,7 @@ public class TestingList extends Panel { Object deviceName = eval("DEVICE"); String sStatus = (status == true) ? "Success" : "Failed"; -// if (ret != "" ) { + if (ret != "" ) { //SwingUtils.showMessage(getComponent(), "", ret.toString() + " - " + ret.getClass().getName()); iCurrentTestPos = testingList.showResult(deviceName.toString(), fileName, ret.toString(), sStatus); //start next test @@ -67,7 +67,7 @@ public class TestingList extends Panel { { testingList.executeTest(iCurrentTestPos+1); } -/* } + } else{ ret = "Could not start test script"; sStatus = "Failed"; @@ -83,7 +83,7 @@ public class TestingList extends Panel { } } } -*/ } catch (Exception ex) { + } catch (Exception ex) { String ret = "Could not start test script"; String sStatus = "Failed"; String[] dsDeviceName = testingList.getTestInProgress();