mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
java: updates TestDirectConversion
This commit is contained in:
parent
48da2b8353
commit
193a739749
4 changed files with 292 additions and 181 deletions
|
|
@ -32,5 +32,7 @@ TEST(cases, format)
|
|||
EXPECT_TRUE( pac_compact.next(&result_compact) );
|
||||
EXPECT_EQ(result_compact.get(), result.get());
|
||||
}
|
||||
|
||||
EXPECT_FALSE( pac_compact.next(&result) );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue