mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
java: loads template classes when Unpacker, MessagePackObject or ClassTemplate is loaded
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user