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])