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();