From 1eb8f195dac26c6f31dd0fa252f582438514600c Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 16:12:21 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 1 + script/tests/log/TestsLog.txt | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 script/tests/log/TestsLog.txt diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 6e2746b..3e5a661 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -95,6 +95,7 @@ public class TestingList extends Panel { logger.addHandler(fh); SimpleFormatter formatter = new SimpleFormatter(); fh.setFormatter(formatter); + logger.log(Level.INFO,"New Testing Session"); } catch (SecurityException e) { e.printStackTrace(); } catch (IOException e) { diff --git a/script/tests/log/TestsLog.txt b/script/tests/log/TestsLog.txt deleted file mode 100644 index 2ee062e..0000000 --- a/script/tests/log/TestsLog.txt +++ /dev/null @@ -1,4 +0,0 @@ -Jun 09, 2015 3:38:57 PM TestingList$NetbeansPluginPanel showResult -INFO: Running Test Range Shifter Tests ... -Jun 09, 2015 3:39:03 PM TestingList$NetbeansPluginPanel showResult -SEVERE: Test Range Shifter Tests result: Test failed (Failed)