From 3dd46593db97658ea5aee7d6103245470cfc0b3b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 16 Jun 2015 14:58:06 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) {