[test] add spec for RM-33

This commit is contained in:
Watson
2014-06-19 23:54:13 +09:00
parent 3197a9ab97
commit 7743ca7685

View File

@@ -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