diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 5e2e43d..c7ba366 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -330,7 +330,7 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); - String fileName = "../script/test/devces/LS"; + String fileName = "/../script/test/devces/LS"; InputStream is = new FileInputStream(fileName); prop.load(is);