From ffae1033951f039c195d2c5fefc78a4c2579d1f6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 2 Jan 2020 19:06:46 +0100 Subject: [PATCH] ieee488: Enable test-case with empty output. --- decoder/test/ieee488/gpib_hp53131a_ton_delim_none.bin_data | 0 decoder/test/ieee488/test.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 decoder/test/ieee488/gpib_hp53131a_ton_delim_none.bin_data diff --git a/decoder/test/ieee488/gpib_hp53131a_ton_delim_none.bin_data b/decoder/test/ieee488/gpib_hp53131a_ton_delim_none.bin_data new file mode 100644 index 0000000..e69de29 diff --git a/decoder/test/ieee488/test.conf b/decoder/test/ieee488/test.conf index 6388b91..7336b0c 100644 --- a/decoder/test/ieee488/test.conf +++ b/decoder/test/ieee488/test.conf @@ -35,7 +35,7 @@ test gpib_hp53131a_ton_delim_none input gpib/hp53131a/hp53131a-ton.sr output ieee488 annotation match gpib_hp53131a_ton_delim_none.output output ieee488 binary class raw match gpib_hp53131a_ton_delim_none.bin_raw - # output ieee488 binary class data match gpib_hp53131a_ton_delim_none.bin_data # Empty + output ieee488 binary class data match gpib_hp53131a_ton_delim_none.bin_data output ieee488 python match gpib_hp53131a_ton_delim_none.python test gpib_keithley2015 -- 2.30.2