aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/core/GpgCoreTest.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-15 13:14:17 +0000
committersaturneric <[email protected]>2023-12-15 13:14:17 +0000
commitf9a49043c35e73fc2d4ffb3ed9b39c33849c43b3 (patch)
tree7e03b0b62119ff5d5dcd732ec1ccb7d2296df86d /src/test/core/GpgCoreTest.cpp
parentfix: slove some issues on memory and intilizations (diff)
downloadGpgFrontend-f9a49043c35e73fc2d4ffb3ed9b39c33849c43b3.tar.gz
GpgFrontend-f9a49043c35e73fc2d4ffb3ed9b39c33849c43b3.zip
fix: slove threading and memory issues
Diffstat (limited to 'src/test/core/GpgCoreTest.cpp')
-rw-r--r--src/test/core/GpgCoreTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/core/GpgCoreTest.cpp b/src/test/core/GpgCoreTest.cpp
index ff51ae3d..b00e5c0e 100644
--- a/src/test/core/GpgCoreTest.cpp
+++ b/src/test/core/GpgCoreTest.cpp
@@ -55,9 +55,9 @@ void GpgCoreTest::import_private_keys(const libconfig::Setting& root) {
void GpgCoreTest::TearDown() {}
void GpgCoreTest::SetUp() {
- libconfig::Config cfg;
- ASSERT_NO_THROW(cfg.readFile(config_path_.string()));
- auto& root = cfg.getRoot();
- import_private_keys(root);
+ // libconfig::Config cfg;
+ // ASSERT_NO_THROW(cfg.readFile(config_path_.string()));
+ // auto& root = cfg.getRoot();
+ // import_private_keys(root);
}
} // namespace GpgFrontend::Test