From d633fff0216fee8bfc97dd3bc5af96aee8397b55 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 11:15:40 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index b0ca251..50723bc 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -340,9 +340,10 @@ public class TestingList extends Panel { } return rowD; } + //find the test currently in progress public String[] getTestInProgress() { - String[] dsTestProperties = null; + String[] dsTestProperties = {"",""}; //search for device name in table try{ for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {