Browse Source

[2431] Rename test

Mukund Sivaraman 12 years ago
parent
commit
8a49f520e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/master_loader_unittest.cc

+ 1 - 1
src/lib/dns/tests/master_loader_unittest.cc

@@ -479,7 +479,7 @@ TEST_F(MasterLoaderTest, ttlFromPrevious) {
     checkCallbackMessage(warnings_.at(0), "using RFC1035 TTL semantics", 2);
 }
 
-TEST_F(MasterLoaderTest, ttlClassTypeOrder) {
+TEST_F(MasterLoaderTest, RRParamsOrdering) {
     // We test the order and existence of TTL, class and type. See
     // MasterLoader::MasterLoaderImpl::parseRRParams() for ordering.