This commit is contained in:
boccioli_m
2015-09-16 15:38:05 +02:00
parent dec3bd47f3
commit cb1c14b5c6
2 changed files with 9 additions and 10 deletions

View File

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