Closedown
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user