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. --- decoder/test/parallel/incremental_8ch_short_clock.output | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decoder/test/parallel/incremental_8ch_short_clock.output') diff --git a/decoder/test/parallel/incremental_8ch_short_clock.output b/decoder/test/parallel/incremental_8ch_short_clock.output index 0623287..da3a93d 100644 --- a/decoder/test/parallel/incremental_8ch_short_clock.output +++ b/decoder/test/parallel/incremental_8ch_short_clock.output @@ -1,4 +1,4 @@ -1-3 parallel: items: "1" -3-5 parallel: items: "3" -5-7 parallel: items: "5" -7-9 parallel: items: "7" +1-3 parallel: items: "01" +3-5 parallel: items: "03" +5-7 parallel: items: "05" +7-9 parallel: items: "07" -- cgit v1.2.3-54-g00ecf