From 50f971f987ea3340c896e5a1d12564ff99e11f91 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 08:57:26 +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 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);