diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 5675115..00e8d93 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -374,9 +374,9 @@ public class TestingList extends Panel { Properties prop = new Properties(); ClassLoader classLoader = getClass().getClassLoader(); String fileName = classLoader.getResource("../script/tests/devices/LS/.config").getPath(); - InputStream is = new FileInputStream(fileName); + //InputStream is = new FileInputStream(fileName); - prop.load(is); + //prop.load(is); addToTable(prop.getProperty("name"), prop.getProperty("description")); }