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