Closedown

This commit is contained in:
boccioli_m
2015-06-09 15:01:04 +02:00
parent 53d2bf46a6
commit 438c1daae0

View File

@@ -401,7 +401,7 @@ public class TestingList extends Panel {
File[] listOfTests = testsFolder.listFiles();
for (File listOfTest : listOfTests) {
if (listOfTest.isDirectory()) {
this.jTextField1.append("\nTest " + listOfTest.getName());
this.jTextField1.append("\nTest " + listOfTest.getPath());
}
}
}