From 4b21ed8b186de94056afef3ed3512e54334d6498 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:32:09 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 2a58610..c0b1e6e 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -338,8 +338,9 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); - String fileName = "/script/tests/devces/LS/.config"; - InputStream fc = new FileInputStream(fileName); + String fileName = "../script/tests/devices/LS/.config"; + File file = new File(fileName); + InputStream fc = new FileInputStream(file); this.jTextField1.setText(fc.toString()); //prop.load(fc);