Closedown
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user