From 546a428abe548775806df495d5c47b11c24ec888 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:00:10 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);