]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Apply the fix which was accidentally omitted during merge.
authorMarcin Siodelski <marcin@isc.org>
Thu, 22 Jun 2017 10:10:53 +0000 (12:10 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 22 Jun 2017 10:10:53 +0000 (12:10 +0200)
Commiting on my discretion as this is trivial fix.

src/bin/agent/tests/ca_command_mgr_unittests.cc

index 6d1890eb5a4c0300400793881abf0700c1c8a644..45ebc5131fad00c4f09f3e5a32531bbc61961c62 100644 (file)
@@ -328,7 +328,7 @@ TEST_F(CtrlAgentCommandMgrTest, invalidAnswer) {
 /// timeout value. It is hardcoded to 5 sec, which is too long for the
 /// unit test to run.
 TEST_F(CtrlAgentCommandMgrTest, DISABLED_connectionTimeout) {
-    testForward(CtrlAgentCfgContext::TYPE_DHCP6, "dhcp6",
+    testForward("dhcp6", "dhcp6",
                 isc::config::CONTROL_RESULT_ERROR, -1, -1, 1,
                 "{ \"result\": 0");
 }