summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/packager-tool/tst_packager-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packager-tool/tst_packager-tool.cpp b/tests/packager-tool/tst_packager-tool.cpp
index 3e47de3c..ca65c61b 100644
--- a/tests/packager-tool/tst_packager-tool.cpp
+++ b/tests/packager-tool/tst_packager-tool.cpp
@@ -98,7 +98,7 @@ void tst_PackagerTool::initTestCase()
m_hardwareId = qSL("foobar");
- PackageDatabase *pdb = new PackageDatabase(pathTo("internal-0"));
+ PackageDatabase *pdb = new PackageDatabase({}, pathTo("internal-0"));
try {
m_pm = PackageManager::createInstance(pdb, pathTo("documents-0"));
m_pm->setHardwareId(m_hardwareId);