summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-04-22 15:09:17 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-04-22 15:09:17 +0100
commit617facdd672fc955fd9ae9f3746604dc5000d3ce (patch)
tree128865941cd46244a8ec1266642975785816d1c3
parentIce 3.7 (diff)
downloadicetray-0.2.0.1.tar.bz2
icetray-0.2.0.1.tar.xz
icetray-0.2.0.1.zip
Update to new PluginMock interfaceicetray-0.2.0.1
-rw-r--r--icetray/unittests/testIceTray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/icetray/unittests/testIceTray.cpp b/icetray/unittests/testIceTray.cpp
index 81b5e03..d5cda0b 100644
--- a/icetray/unittests/testIceTray.cpp
+++ b/icetray/unittests/testIceTray.cpp
@@ -14,9 +14,9 @@
class Service : public IceTray::DryIce, DB::PluginMock<PQ::Mock> {
public:
Service() :
- DB::PluginMock<PQ::Mock>("user=postgres dbname=postgres", "icetraydb", {
+ DB::PluginMock<PQ::Mock>("icetraydb", {
rootDir / "testIceTrayService.sql"
- })
+ }, "user=postgres dbname=postgres")
{
}
};