java: updates TestDirectConversion

This commit is contained in:
frsyuki
2010-08-19 00:05:48 +09:00
parent 48da2b8353
commit 193a739749
4 changed files with 292 additions and 181 deletions

View File

@@ -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) );
}