diff options
author | saturneric <[email protected]> | 2023-12-16 07:11:32 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-16 07:11:32 +0000 |
commit | 08dd9b43481d189c60acc58941005dc25a58c77f (patch) | |
tree | 38e79c1a255339d9a80f39c8dbbd94a28ec124b7 /src/test/core/GpgCoreTest.h | |
parent | fix: use secure memory management at impl class (diff) | |
download | GpgFrontend-08dd9b43481d189c60acc58941005dc25a58c77f.tar.gz GpgFrontend-08dd9b43481d189c60acc58941005dc25a58c77f.zip |
fix: repair test cases
Diffstat (limited to 'src/test/core/GpgCoreTest.h')
-rw-r--r-- | src/test/core/GpgCoreTest.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/core/GpgCoreTest.h b/src/test/core/GpgCoreTest.h index 22504f5d..b436118a 100644 --- a/src/test/core/GpgCoreTest.h +++ b/src/test/core/GpgCoreTest.h @@ -28,17 +28,9 @@ #pragma once -#include <QtWidgets/qapplication.h> #include <gtest/gtest.h> -#include <qcoreapplication.h> #include <boost/date_time.hpp> -#include <boost/dll.hpp> -#include <boost/dll/runtime_symbol_info.hpp> -#include <filesystem> - -#include "core/function/GlobalSettingStation.h" -#include "core/typedef/CoreTypedef.h" namespace GpgFrontend::Test { @@ -47,18 +39,6 @@ class GpgCoreTest : public ::testing::Test { void SetUp() override; void TearDown() override; - - private: - void import_private_keys(const libconfig::Setting& root); - - std::filesystem::path app_path_ = std::filesystem::path{ - QCoreApplication::applicationDirPath().toStdString()}; - - // Configure File Location - std::filesystem::path config_path_ = app_path_ / "test" / "conf" / "core.cfg"; - - // Data File Directory Location - std::filesystem::path data_path_ = app_path_ / "test" / "data"; }; } // namespace GpgFrontend::Test
\ No newline at end of file |