Closedown

This commit is contained in:
boccioli_m
2015-06-09 15:17:25 +02:00
parent 77d277c040
commit 42f4487866

View File

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