From dee1a41305d9587a50620c7ce71322f0acf59556 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Apr 2018 15:10:57 +0100 Subject: Update to new PluginMock interface --- mythfs/unittests/mockDefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythfs/unittests/mockDefs.cpp b/mythfs/unittests/mockDefs.cpp index 9f30ca0..42ef4e8 100644 --- a/mythfs/unittests/mockDefs.cpp +++ b/mythfs/unittests/mockDefs.cpp @@ -4,10 +4,10 @@ #include Service::Service() : - DB::PluginMock("options=p2testmysql", "MythFS", { + DB::PluginMock("MythFS", { rootDir / "fixtures" / "schema-min.sql", rootDir / "fixtures" / "data.sql" - }) + }, "options=p2testmysql") { } -- cgit v1.2.3