// Verify that the configuration string parses.
int rcode = parseConfiguration(config);
- ASSERT_TRUE(0, rcode);
+ ASSERT_EQ(0, rcode);
// Verify that the option definition can be retrieved.
// Verify that the configuration string parses.
int rcode = parseConfiguration(config);
- ASSERT_TRUE(0, rcode);
+ ASSERT_EQ(0, rcode);
// Verify that the option can be retrieved.
OptionPtr opt_ptr = getOptionPtr("isc", 100);
// Verify that the configuration string parses.
int rcode = parseConfiguration(config);
- ASSERT_TRUE(0, rcode);
+ ASSERT_EQ(0, rcode);
// Verify that the option can be retrieved.
OptionPtr opt_ptr = getOptionPtr("isc", 100);