Closedown
This commit is contained in:
@@ -70,7 +70,7 @@ public class TestingList extends Panel {
|
||||
}
|
||||
|
||||
} catch (Exception ex) {
|
||||
// SwingUtils.showException(getComponent(), ex);
|
||||
SwingUtils.showException(getComponent(), ex);
|
||||
String ret = "Could not start test script";
|
||||
String sSuccess = "Failed";
|
||||
String[] deviceName = testingList.getTestInProgress();
|
||||
@@ -81,7 +81,7 @@ public class TestingList extends Panel {
|
||||
{
|
||||
testingList.executeTest(iCurrentTestPos+1);
|
||||
}
|
||||
SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user