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:
Diffstat (limited to 'tests/TestEntry.h')
-rw-r--r--tests/TestEntry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/TestEntry.h b/tests/TestEntry.h
index 3f6d20ee3..7c2350861 100644
--- a/tests/TestEntry.h
+++ b/tests/TestEntry.h
@@ -32,6 +32,11 @@ private slots:
void testCopyDataFrom();
void testClone();
void testResolveUrl();
+ void testResolveUrlPlaceholders();
+ void testResolveRecursivePlaceholders();
+ void testResolveReferencePlaceholders();
+ void testResolveNonIdPlaceholdersToUuid();
+ void testResolveClonedEntry();
};
#endif // KEEPASSX_TESTENTRY_H