From c0990ee66b9ae263e3b32e17677ac847616f7256 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 14:57:21 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 0de0d2a..94d6d5a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -393,8 +393,9 @@ public class TestingList extends Panel { InputStream is = new FileInputStream(configFile); prop.load(is); - sTestName = new java.io.File( "." ).getCanonicalPath()+ TESTS_TESTS_DEFAULT_DIR + prop.getProperty("tests"); //config of device was loaded. now load the config of each test belonging to the device + sTestName = new java.io.File( "." ).getCanonicalPath()+ TESTS_TESTS_DEFAULT_DIR + prop.getProperty("tests"); + this.jTextField1.append("\nTest " + sTestName); testsFolder = new File(sTestName); if(testsFolder.exists() && testsFolder.isDirectory()){ File[] listOfTests = testsFolder.listFiles();