From b5a4f879c12e0e26f3490bb96d9463ec19ff170e Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 11:27:53 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ee7e3fa..87ef1ff 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -360,8 +360,8 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\home\\script\\tests\\devices\\"; - this.jTextField1.setText(fileName + "\n"); -/* File folder = new File(fileName); +/* this.jTextField1.setText(fileName + "\n"); + File folder = new File(fileName); File[] listOfFiles = folder.listFiles(); for (File listOfFile : listOfFiles) {