Startup
This commit is contained in:
@@ -834,6 +834,7 @@ public class TestingList extends Panel {
|
||||
reloadTests();
|
||||
try {
|
||||
cleanTests();
|
||||
cleanTests();
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
@@ -861,6 +862,7 @@ public class TestingList extends Panel {
|
||||
reloadTests();
|
||||
try {
|
||||
cleanTests();
|
||||
cleanTests();
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user