Closedown

This commit is contained in:
boccioli_m
2015-06-10 14:14:57 +02:00
parent 31e9848924
commit c6c2c1ff26

View File

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