From e9dfa5cc480118ad9bdad4653db6c2a63733a330 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:37:52 +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 a0824b4..09cfbcc 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -340,7 +340,7 @@ public class TestingList extends Panel { Properties prop = new Properties(); FileInputStream fc = null; try{ - String fileName = "../script/tests/devices/LS/.config"; + String fileName = "/../script/tests/devices/LS/.config"; File file = new File(fileName); fc = new FileInputStream(file); this.jTextField1.setText(fc.toString());