From 7743ca7685ef4c8daad268242c5109255d7c7537 Mon Sep 17 00:00:00 2001 From: Watson Date: Thu, 19 Jun 2014 23:54:13 +0900 Subject: [PATCH] [test] add spec for RM-33 --- test/test/spec/coremidi_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/test/spec/coremidi_spec.rb b/test/test/spec/coremidi_spec.rb index 1ef264f1..a7e27e2a 100644 --- a/test/test/spec/coremidi_spec.rb +++ b/test/test/spec/coremidi_spec.rb @@ -24,4 +24,9 @@ describe "CoreMidi" do MIDIPortDispose(outputRef) MIDIClientDispose(clientRef) end + + # RM-33 + it "MIDIPacketList should not cause a crash" do + MIDIPacketList.type.should == "{MIDIPacketList=I[1{MIDIPacket=QS[256C]}]}" + end end