]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2823] Fixed failing unit tests
authorMarcin Siodelski <marcin@isc.org>
Wed, 12 Apr 2023 13:29:29 +0000 (15:29 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 19 Apr 2023 16:26:04 +0000 (18:26 +0200)
src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc
src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc

index 9def3054741751a718e91986cd36d9ee024889c6..b07adba5d191550ce1f680479441bb713a48b615 100644 (file)
@@ -61,7 +61,7 @@ public:
     ///
     /// The call count can be later examined to check whether or not
     /// the function was called.
-    virtual void initAfterConfigure() {
+    virtual void initAfterConfigureInternal() {
         ++callcount_;
     };
 
index b9762c8b82f7e93417d7c4349756db1d59810f6d..71ad585300d53d7530caac917bc00b87b5aeccbf 100644 (file)
@@ -58,7 +58,7 @@ public:
     ///
     /// The call count can be later examined to check whether or not
     /// the function was called.
-    virtual void initAfterConfigure() {
+    virtual void initAfterConfigureInternal() {
         ++callcount_;
     };