Closedown

This commit is contained in:
boccioli_m
2015-06-10 14:13:55 +02:00
parent b3363b6c1e
commit 0a9337177c
2 changed files with 4 additions and 4 deletions

View File

@@ -430,8 +430,8 @@ public class TestingList extends Panel {
//launch the test
try{
args.put("DEVICE", sDeviceName);
//args.put("ret", "");
//args.put("status", false);
args.put("ret", "");
args.put("status", false);
run(sTestName, args);
} catch (Exception ex) {
SwingUtils.showMessage(this, "", ex.toString());