From 1b63060155be274fc1a8ae7bf20bcd6da4de24d8 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 16 Jun 2015 16:04:53 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index fe6cc21..424328f 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -471,6 +471,9 @@ public class TestingList extends Panel { jTable1.setValueAt(res, rowD, COL.RESULT.ordinal()); jTable1.setValueAt(status, rowD, COL.STATUS.ordinal()); } + else{ + logger.log(Level.SEVERE, "Cant find Test: " + testName + " in table."); + } return rowD; }