From c6c2c1ff2696d902f4ed0018dbeedd97fd6be6d6 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 14:14:57 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();