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"));