Closedown

This commit is contained in:
boccioli_m
2015-06-08 10:19:34 +02:00
parent 3f90b8279a
commit a3fb000b77

View File

@@ -184,11 +184,7 @@ public class TestingList extends Panel {
args.put("relative", var1);
args.put("steps", var2);
run("power-supply", args);
for(int i=0 ; i<1000000 ; i++){}
Object deviceName = eval("deviceName");
Object testName = eval("testName");
showResult(deviceName.toString(), testName.toString(),"","Performing");
for(int i=0 ; i<1000000 ; i++){}
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");