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:
authorFlorian Geyer <blueice@fobos.de>2016-08-03 01:00:56 +0300
committerFlorian Geyer <blueice@fobos.de>2016-08-04 00:48:40 +0300
commit8d16522d393e42b440af3b963a7ea202e28dc535 (patch)
tree0456cd4a0cca3e66715f7e07d6e606fc5153e177 /tests/data
parentcd1192b409399f97ce71f43f8011434ffd37f0a2 (diff)
Repair UUID of inconsistent history items.
Closes #130
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/BrokenDifferentEntryHistoryUuid.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/BrokenDifferentEntryHistoryUuid.xml b/tests/data/BrokenDifferentEntryHistoryUuid.xml
new file mode 100644
index 000000000..c07f03aa7
--- /dev/null
+++ b/tests/data/BrokenDifferentEntryHistoryUuid.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<KeePassFile>
+ <Root>
+ <Group>
+ <UUID>lmU+9n0aeESKZvcEze+bRg==</UUID>
+ <Name>Test</Name>
+ <Entry>
+ <UUID>MTExMTExMTExMTExMTExMQ==</UUID>
+ <History>
+ <Entry>
+ <UUID>MjIyMjIyMjIyMjIyMjIyMg==</UUID>
+ </Entry>
+ </History>
+ </Entry>
+ </Group>
+ </Root>
+</KeePassFile>