From 4cb01d40deb74caeb3d21306569e35642706c6b3 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 16 Oct 2017 14:52:45 +0200 Subject: [PATCH] Closedown --- plugins/TestingListDetails.java | 1 + script/tests/devices/bis-BMA1/.config | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/TestingListDetails.java b/plugins/TestingListDetails.java index 8ce87e9..d98c2e8 100644 --- a/plugins/TestingListDetails.java +++ b/plugins/TestingListDetails.java @@ -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()); diff --git a/script/tests/devices/bis-BMA1/.config b/script/tests/devices/bis-BMA1/.config index f7db6b9..c4d59de 100644 --- a/script/tests/devices/bis-BMA1/.config +++ b/script/tests/devices/bis-BMA1/.config @@ -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