Browse Source

[master] Fix testcase name

Mukund Sivaraman 13 years ago
parent
commit
6ac392ce79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/config_unittest.cc

+ 1 - 1
src/bin/auth/tests/config_unittest.cc

@@ -299,7 +299,7 @@ TEST_F(MemoryDatasrcConfigTest, remove) {
     EXPECT_EQ(AuthSrv::InMemoryClientPtr(), server.getInMemoryClient(rrclass));
 }
 
-TEST_F(MemoryDatasrcConfigTest, adDuplicateZones) {
+TEST_F(MemoryDatasrcConfigTest, addDuplicateZones) {
     EXPECT_THROW(parser->build(
                      Element::fromJSON(
                          "[{\"type\": \"memory\","