diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-08-19 00:05:48 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-08-19 00:05:48 +0900 |
| commit | 193a739749687e45a71a6821e625815587c4c4bf (patch) | |
| tree | 581707465debc3c4de5f9ef2a10128e9762b59bd /cpp/test | |
| parent | 48da2b8353a640de6bdc4e59c7fe91b640321b27 (diff) | |
| download | msgpack-python-193a739749687e45a71a6821e625815587c4c4bf.tar.gz | |
java: updates TestDirectConversion
Diffstat (limited to 'cpp/test')
| -rw-r--r-- | cpp/test/cases.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/cases.cc b/cpp/test/cases.cc index b408876..eb1286c 100644 --- a/cpp/test/cases.cc +++ b/cpp/test/cases.cc @@ -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) ); } |
