From fb57bd6c76dd81fbe46056910d7b0a01e5bf05ad Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Apr 2018 15:10:26 +0100 Subject: Update to new PluginMock interface --- service/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/test.cpp b/service/test.cpp index acc03e2..6d064fc 100644 --- a/service/test.cpp +++ b/service/test.cpp @@ -8,10 +8,10 @@ class Service : DB::PluginMock, public IceTray::DryIce { public: - Service() : DB::PluginMock("user=postgres", "MirrorSearch", { + Service() : DB::PluginMock("MirrorSearch", { rootDir / "schema.sql", rootDir / "data.sql" - }) { } + }, "user=postgres") { } }; -- cgit v1.2.3