mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
Merge branch 'master' of http://github.com/msgpack/msgpack
This commit is contained in:
commit
fa8033f998
79 changed files with 2703 additions and 1427 deletions
|
|
@ -24,9 +24,7 @@ public class TestMessageUnpackable {
|
|||
Image dst = new Image();
|
||||
|
||||
ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray());
|
||||
Unpacker pac = new Unpacker(in);
|
||||
|
||||
dst.messageUnpack(pac);
|
||||
dst.messageUnpack(new Unpacker(in));
|
||||
|
||||
assertEquals(src, dst);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue