Closedown

This commit is contained in:
boccioli_m
2015-06-09 14:57:21 +02:00
parent 05b3c18c8e
commit c0990ee66b

View File

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