From 1bad8528c2f5dd11bd40f1232c6df67c44048f6b Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 11 Sep 2016 18:12:40 -0700 Subject: midi: Add 3 new test-cases, update existing ones. --- decoder/test/midi/sysex_vendor_specific.output | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoder/test/midi/sysex_vendor_specific.output') diff --git a/decoder/test/midi/sysex_vendor_specific.output b/decoder/test/midi/sysex_vendor_specific.output index 713f11c..1d7a49a 100644 --- a/decoder/test/midi/sysex_vendor_specific.output +++ b/decoder/test/midi/sysex_vendor_specific.output @@ -1,5 +1,5 @@ -7-69 midi: text-verbose: "system exclusive: truncated manufacturer code (<1 bytes)" "SysEx: truncated manufacturer (<1 bytes)" "SE: trunc. manu." -81-180 midi: text-verbose: "system exclusive: truncated manufacturer code (<3 bytes)" "SysEx: truncated manufacturer (<3 bytes)" "SE: trunc. manu." +7-69 midi: text-error: "system exclusive: truncated manufacturer code (<1 bytes)" "SysEx: truncated manufacturer (<1 bytes)" "SE: trunc. manu." +81-180 midi: text-error: "system exclusive: truncated manufacturer code (<3 bytes)" "SysEx: truncated manufacturer (<3 bytes)" "SE: trunc. manu." 192-365 midi: text-verbose: "system exclusive: for 'Strand Lighting' with payload " "SysEx: 'Strand Lighting', payload <>" "SE: 'Strand Lighting', payload <>" 377-476 midi: text-verbose: "system exclusive: for 'undefined (0x7c)' with payload " "SysEx: 'undefined', payload <>" "SE: 'undefined', payload <>" 488-661 midi: text-verbose: "system exclusive: for 'undefined (0x00 0x3f 0x7f)' with payload " "SysEx: 'undefined', payload <>" "SE: 'undefined', payload <>" -- cgit v1.2.3-54-g00ecf