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:
authorChristian Kieschnick <christian.kieschnick@hicknhack-software.com>2018-01-15 20:17:56 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-23 02:57:01 +0300
commit943dc6cdd603fae915c8f3cb476b8374e908c4a7 (patch)
treed9b6499a80d3b00cd1f98426aa6e4dbb21ce2ced /tests/TestEntry.cpp
parent045f157a6384dc68342cc709c9154c52f6ed95dd (diff)
Add tests for modified, fix history for autotype
Added tests to ensure #1387 works Fixed issue detected during testing - AutoTypeAssociations were not pushed to history
Diffstat (limited to 'tests/TestEntry.cpp')
-rw-r--r--tests/TestEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestEntry.cpp b/tests/TestEntry.cpp
index 47082d12f..598ad33fd 100644
--- a/tests/TestEntry.cpp
+++ b/tests/TestEntry.cpp
@@ -20,7 +20,6 @@
#include <QTest>
-#include "core/Database.h"
#include "core/Entry.h"
#include "core/Group.h"
#include "crypto/Crypto.h"
@@ -48,6 +47,7 @@ void TestEntry::testHistoryItemDeletion()
delete entry;
}
+
void TestEntry::testCopyDataFrom()
{
Entry* entry = new Entry();