diff --git a/plugins/TestingList.java b/plugins/TestingList.java index e69eb63..fbc9502 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -81,8 +81,8 @@ public class TestingList extends Panel { String[] dsDeviceName = testingList.getTestInProgress(); //SwingUtils.showException(getComponent(), ex ); //SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]); - if(dsDeviceName[0] != ""){ - iCurrentTestPos = testingList.showResult(dsDeviceName[0], fileName, ret.toString(), sStatus); + if(deviceName != null){ + iCurrentTestPos = testingList.showResult(deviceName.toString(), fileName, ret.toString(), sStatus); //start next test if(iCurrentTestPos>=0 && testingList.isTestRunAllowed()) {