From b01ef27162412ca6e241a9b595ba02fd7143b4d6 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Wed, 27 Dec 2017 17:50:14 +0100 Subject: parallel: adjust hex number format of expected PD output The parallel decoder got adjusted to emit annotations for "items" and "words" in a unified format (consistent width, leading zeroes). Adjust the test expectation to match the PD implementation. --- .../test/parallel/incremental_8ch_short_noclock.output | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'decoder/test/parallel/incremental_8ch_short_noclock.output') diff --git a/decoder/test/parallel/incremental_8ch_short_noclock.output b/decoder/test/parallel/incremental_8ch_short_noclock.output index 85deecc..fb145f7 100644 --- a/decoder/test/parallel/incremental_8ch_short_noclock.output +++ b/decoder/test/parallel/incremental_8ch_short_noclock.output @@ -1,9 +1,9 @@ -0-1 parallel: items: "0" -1-2 parallel: items: "1" -2-3 parallel: items: "2" -3-4 parallel: items: "3" -4-5 parallel: items: "4" -5-6 parallel: items: "5" -6-7 parallel: items: "6" -7-8 parallel: items: "7" -8-9 parallel: items: "8" +0-1 parallel: items: "00" +1-2 parallel: items: "01" +2-3 parallel: items: "02" +3-4 parallel: items: "03" +4-5 parallel: items: "04" +5-6 parallel: items: "05" +6-7 parallel: items: "06" +7-8 parallel: items: "07" +8-9 parallel: items: "08" -- cgit v1.2.3-54-g00ecf