mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
Merge branch 'master' of git@github.com:msgpack/msgpack
This commit is contained in:
commit
29e99e229b
5 changed files with 10 additions and 5 deletions
|
|
@ -18,8 +18,6 @@ public class TestReflectionPackerTemplate {
|
|||
|
||||
@Test
|
||||
public void testPackConvert() throws Exception {
|
||||
tString(); // FIXME link StringTemplate
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
|
||||
MessagePacker packer = ReflectionPacker.create(StringFieldClass.class);
|
||||
|
|
@ -45,8 +43,6 @@ public class TestReflectionPackerTemplate {
|
|||
|
||||
@Test
|
||||
public void testPackConvert02() throws Exception {
|
||||
tString(); // FIXME link StringTemplate
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
|
||||
CustomPacker.register(StringFieldClass.class, ReflectionPacker.create(StringFieldClass.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue