From 51dd3e96c25a118e23f3f90309309531ba7ada3f Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Tue, 12 Apr 2016 21:43:07 +0900 Subject: change a user from system to security_fw Change-Id: I394228947a672e9e6a6c0110bd8fb8cdaae66060 Signed-off-by: Dongsun Lee --- tests/CMakeLists.txt | 1 - tests/dbfixture.cpp | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c8d51f9..fa2817a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,7 +10,6 @@ PKG_CHECK_MODULES(CERT_CHECKER_TESTS_DEP icu-i18n key-manager libsystemd-journal - libtzplatform-config sqlite3 pkgmgr pkgmgr-info diff --git a/tests/dbfixture.cpp b/tests/dbfixture.cpp index 2e99009..4d604fe 100644 --- a/tests/dbfixture.cpp +++ b/tests/dbfixture.cpp @@ -20,7 +20,6 @@ * @brief Implementation of DB test class */ #include -#include #include #include @@ -28,8 +27,8 @@ using namespace CCHECKER; namespace { -const char *TEST_DB_PATH = tzplatform_mkpath(TZ_SYS_DB, ".cert-checker-test.db"); -const char *TEST_DB_PATH_TEMP = tzplatform_mkpath(TZ_SYS_DB, ".cert-checker-test-temp.db"); +const char *TEST_DB_PATH = DB_INSTALL_DIR"/.cert-checker-test.db" ; +const char *TEST_DB_PATH_TEMP = DB_INSTALL_DIR"/.cert-checker-test-temp.db"; } // anonymus namespace DBFixture::DBFixture() : -- cgit v1.2.3