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