From 193a739749687e45a71a6821e625815587c4c4bf Mon Sep 17 00:00:00 2001 From: frsyuki Date: Thu, 19 Aug 2010 00:05:48 +0900 Subject: java: updates TestDirectConversion --- cpp/test/cases.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test') 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) ); } -- cgit v1.2.1