Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Kaptur <kaptur.michal@gmail.com>2018-05-14 22:26:26 +0300
committerMichal Kaptur <kaptur.michal@gmail.com>2018-05-22 10:28:54 +0300
commit486b99b39d21a7b2f30b8c786171ed6477b79f41 (patch)
tree9c447a766b73b06f266fe4037954c38cb9823377 /tests/TestModified.cpp
parent8a0aae775af2758ec675ecf7fc4d62150e83a09d (diff)
Add some unit tests to Tools
Clean up and test 3 methods from Tools: - humanReadableFileSize - isHex - isBase64
Diffstat (limited to 'tests/TestModified.cpp')
-rw-r--r--tests/TestModified.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TestModified.cpp b/tests/TestModified.cpp
index 0a9f0cfa2..60ea68e5f 100644
--- a/tests/TestModified.cpp
+++ b/tests/TestModified.cpp
@@ -23,7 +23,6 @@
#include "core/Database.h"
#include "core/Group.h"
#include "core/Metadata.h"
-#include "core/Tools.h"
#include "crypto/Crypto.h"
QTEST_GUILESS_MAIN(TestModified)