Closedown

This commit is contained in:
boccioli_m
2017-10-16 14:52:45 +02:00
parent fc35c7067c
commit 4cb01d40de
2 changed files with 3 additions and 2 deletions

View File

@@ -453,6 +453,7 @@ public class TestingListDetails extends javax.swing.JPanel {
description = attributes.get("description");
//build the python code for getting the test parameter
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
System.out.println("sTestParameters: "+sTestParameters);
}
}
FileInputStream in = new FileInputStream(path.toFile());

View File

@@ -1,5 +1,5 @@
#Mon Oct 16 14:37:25 CEST 2017
#Mon Oct 16 14:49:07 CEST 2017
name=bis-BMA1
tests=RPS Tests Betriebsmode
parameters=mode&"2,IQCOM,$BMA1,1,DIA"&"vla";channel&"PXXF\:VAL\:3"&"ssp";expectedVal14&"0x0000"&"[hex] Expected value for channels 1-4";expectedVal58&"0x0000"&"[hex] Expected value for channels 5-8";setGetDelay&"1000"&"[ms] delay between set and get";
parameters=mode&2,IQCOM,$BMA1,1,DIA&vla;channel&PXXF\:VAL\:3&ssp;expectedVal14&0x0000&[hex] Expected value for channels 1-4;expectedVal58&0x0000&[hex] Expected value for channels 5-8;setGetDelay&1000&[ms] delay between set and get;
description=rps section till BMA1