From 9181af41f5c8707250232fd4c09c04ee2624d7e5 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 10:28:30 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 00e8d93..befd02e 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -336,7 +336,7 @@ public class TestingList extends Panel { return dateFormat.format(date); } - public void loadTestsfail() throws FileNotFoundException, IOException{ + /* public void loadTestsfail() throws FileNotFoundException, IOException{ Properties prop = new Properties(); FileInputStream fc = null; try{ @@ -368,17 +368,17 @@ public class TestingList extends Panel { ex.printStackTrace(); } } - } + }*/ public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); ClassLoader classLoader = getClass().getClassLoader(); - String fileName = classLoader.getResource("../script/tests/devices/LS/.config").getPath(); + //String fileName = classLoader.getResource("../script/tests/devices/LS/.config").getPath(); //InputStream is = new FileInputStream(fileName); //prop.load(is); - addToTable(prop.getProperty("name"), prop.getProperty("description")); + //addToTable(prop.getProperty("name"), prop.getProperty("description")); } public void selectFile(){