Closedown
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user