Browse Source

[3504b] Renamed [Rr]eleaseNoSubnet

Francis Dupont 10 years ago
parent
commit
b268543357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/tests/release_unittest.cc

+ 1 - 1
src/bin/dhcp4/tests/release_unittest.cc

@@ -261,7 +261,7 @@ TEST_F(ReleaseTest, releaseNonMatchingIPAddress) {
 
 // This test verifies that incoming RELEASE from a bad location
 // is correctly dropped.
-TEST_F(ReleaseTest, ReleaseNoSubnet) {
+TEST_F(ReleaseTest, releaseNoSubnet) {
     Dhcp4Client client(Dhcp4Client::SELECTING);
     // Configure DHCP server.
     configure(RELEASE_CONFIGS[0], *client.getServer());