Browse Source

[2898] comment updated in one dhcp6/config_parser test

Tomek Mrugalski 12 years ago
parent
commit
d5a472119f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/tests/config_parser_unittest.cc

+ 1 - 1
src/bin/dhcp6/tests/config_parser_unittest.cc

@@ -589,7 +589,7 @@ TEST_F(Dhcp6ParserTest, subnetInterfaceAndInterfaceId) {
     ConstElementPtr status;
     EXPECT_NO_THROW(status = configureDhcp6Server(srv_, json));
 
-    // Returned value should be 0 (configuration success)
+    // Returned value should be 1 (configuration error)
     ASSERT_TRUE(status);
     comment_ = parseAnswer(rcode_, status);
     EXPECT_EQ(1, rcode_);