From bdd69f40417648e1175a5ed85d1f4118023b692d Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 12:04:36 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- script/power-supply.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 93e05c2..0d70666 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -332,7 +332,7 @@ public class TestingList extends Panel { } public void addToTable(String deviceName, String deviceDescription, String testName){ - String sDate = getNow(); + String sDate = ""; if(testName.equals("") || deviceName.equals("")) return; ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_pause-16px.png")); diff --git a/script/power-supply.py b/script/power-supply.py index 8011677..64803e4 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -8,7 +8,7 @@ #deviceName = "RS" #by default, failed -ret = 'test failed' +ret = 'Test failed' success = False scan = ManualScan(['time'], ['SetVA', 'ActualVA', 'ActualIA'] , [0.0], [20.0], [10])