diff --git a/plugins/TestingList.java b/plugins/TestingList.java index befd02e..4a45db1 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -373,7 +373,7 @@ public class TestingList extends Panel { 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(".config").getPath(); //InputStream is = new FileInputStream(fileName); //prop.load(is);