Closedown

This commit is contained in:
boccioli_m
2015-06-16 14:58:06 +02:00
parent 07aa159b18
commit 3dd46593db

View File

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