]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed a likely type d1 -> r1
authorFrancis Dupont <fdupont@isc.org>
Fri, 6 Oct 2017 22:12:19 +0000 (00:12 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 6 Oct 2017 22:12:19 +0000 (00:12 +0200)
src/lib/hooks/tests/common_test_class.h

index 5cfef3d5788b178c6bb711ac38a3974ab27b31a2..c5149bd3455425b21f77d1edd37cb0cfb8931803 100644 (file)
@@ -154,7 +154,7 @@ public:
         handle.setArgument("data_1", d1);
         manager->callCommandHandlers("command-one", handle);
         handle.getArgument(RESULT, result);
-        EXPECT_EQ(d1, result) << "command-one" << COMMON_TEXT;
+        EXPECT_EQ(r1, result) << "command-one" << COMMON_TEXT;
 
         // Perform the second calculation: it should multiply the data by 10
         // and return in the result.