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