From 9d66b02f081570699ad205826f6b307af4449bf1 Mon Sep 17 00:00:00 2001 From: Chris Dreher Date: Fri, 19 Aug 2016 10:26:02 -0700 Subject: Add a lot more MIDI test-cases. Code coverage increased to 98%, only 5 lines missed. 4 are from handle_channel_msg_generic(). --- decoder/test/midi/sysex_vendor_specific.output | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 decoder/test/midi/sysex_vendor_specific.output (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 new file mode 100644 index 0000000..3407fb2 --- /dev/null +++ b/decoder/test/midi/sysex_vendor_specific.output @@ -0,0 +1,6 @@ +7-69 midi: text-verbose: "SysEx: truncated manufacturer code (<1 bytes)" +81-180 midi: text-verbose: "SysEx: truncated manufacturer code (<3 bytes)" +192-365 midi: text-verbose: "SysEx: for 'Strand Lighting' with payload " +377-476 midi: text-verbose: "SysEx: for 'undefined (0x7c)' with payload " +488-661 midi: text-verbose: "SysEx: for 'undefined (0x00 0x3f 0x7f)' with payload " +673-883 midi: text-verbose: "SysEx: for 'Fender' with payload 0x01 0x02 0x03 " -- cgit v1.2.3-70-g09d2