From: Marcin Siodelski Date: Thu, 18 Aug 2016 16:50:34 +0000 (+0200) Subject: [4323] Qualify call to utility function with namespace name. X-Git-Tag: trac4631_base~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a117f9c72c764c228932e0c7002e778ada134f9;p=thirdparty%2Fkea.git [4323] Qualify call to utility function with namespace name. --- diff --git a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc index 3a16b3d370..cd163a98e3 100644 --- a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc @@ -478,7 +478,7 @@ PostgreSQLHostMgrTest::SetUp() { // Connect to the database try { - HostMgr::create(validPgSQLConnectionString()); + HostMgr::create(test::validPgSQLConnectionString()); } catch (...) { std::cerr << "*** ERROR: unable to open database. The test\n" "*** environment is broken and must be fixed before\n"