From 129119bdc4c5ea76e40696b6c33df3646f1256cf Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 14:27:33 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.form | 2 +- plugins/TestingList.java | 2 +- script/power-supply.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/TestingList.form b/plugins/TestingList.form index 0450c48..9c5059b 100644 --- a/plugins/TestingList.form +++ b/plugins/TestingList.form @@ -50,7 +50,7 @@ - + diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 9f36ee7..ac3490a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -175,7 +175,7 @@ public class TestingList extends Panel { }, new String [] { - "Select", "Time", "Device Name", "Device Description", "Test Suite", "Test Name", "Test Result", "Status", "" + "Select", "Time", "Device Name", "Device Description", "Test Suite", "Test Name", "Last Test Result", "Status", "" } ) { Class[] types = new Class [] { diff --git a/script/power-supply.py b/script/power-supply.py index aa06117..a75ce7a 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -65,7 +65,7 @@ for setpoint1 in frange(0.0, 20.0, 10.0, True): #append(setpoints, positions, values) scan.append ([detector1], [detector1], [readback1, detector2, detector3]) sleep( 0.1 ) # Settling time - ret = 'test completed' + ret = 'Test completed' status = True #reset output to 0V