From af2aed1aa787f22f767a3724a669d3ba7d8e3d68 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 10:40:18 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 5dabd86..170e04b 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -372,13 +372,13 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); - String fileName = new java.io.File( "." ).getCanonicalPath() + "/script/tests/devices/LS/.config"; + String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\script\\tests\\devices\\LS\\.config"; this.jTextField1.setText(fileName); - InputStream is = new FileInputStream(fileName); + //InputStream is = new FileInputStream(fileName); - prop.load(is); + //prop.load(is); - addToTable(prop.getProperty("name"), prop.getProperty("description")); + //addToTable(prop.getProperty("name"), prop.getProperty("description")); } public void selectFile(){