From f816f0ca0c52cc6c1ec7d7553a54c8f5580802be Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 08:56:50 +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 c22926e..5e2e43d 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -331,9 +331,9 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); String fileName = "../script/test/devces/LS"; - //InputStream is = new FileInputStream(fileName); + InputStream is = new FileInputStream(fileName); - //prop.load(is); + prop.load(is); //addToTable(prop.getProperty("name"), prop.getProperty("description")); addToTable(("name"), ("description"));