diff --git a/plugins/TestingList.java b/plugins/TestingList.java index c7ba366..9c0659b 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/tests/devces/LS/.config"; InputStream is = new FileInputStream(fileName); prop.load(is);