cpp: fix map<K, V> converter

This commit is contained in:
frsyuki
2009-06-03 22:01:27 +09:00
parent b0062a7f6f
commit 8617213149
2 changed files with 6 additions and 5 deletions

View File

@@ -219,6 +219,7 @@ class MessagePackTestFormat < Test::Unit::TestCase
def match(obj, buf)
assert_equal(obj.to_msgpack, buf)
assert_equal(MessagePack::unpack(buf), obj)
end
end