Closedown
This commit is contained in:
@@ -391,7 +391,7 @@ public class TestingList extends Panel {
|
||||
for (File listOfTest : listOfTests) {
|
||||
if (listOfTest.isDirectory()) {
|
||||
this.jTextField1.append("\nTest: " + listOfTest.getPath());
|
||||
configFile = new File(listOfFile.getPath() + FilenameUtils.separatorsToSystem("/.config"));
|
||||
configFile = new File(listOfTest.getPath() + FilenameUtils.separatorsToSystem("/.config"));
|
||||
if(configFile.exists() && !configFile.isDirectory()){
|
||||
InputStream ist = new FileInputStream(configFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user