aboutsummaryrefslogtreecommitdiff
path: root/autotests/kentrymaptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kentrymaptest.cpp')
-rw-r--r--autotests/kentrymaptest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kentrymaptest.cpp b/autotests/kentrymaptest.cpp
index 5e39df54..090e497a 100644
--- a/autotests/kentrymaptest.cpp
+++ b/autotests/kentrymaptest.cpp
@@ -123,11 +123,11 @@ void KEntryMapTest::testDefault()
QCOMPARE(entry1->mValue, entry2->mValue);
// revert entry1
- map.revertEntry(group1, key1);
+ map.revertEntry(group1, key1, EntryOptions());
QCOMPARE(defaultEntry->mValue, entry1->mValue);
// revert entry2, no default --> should be marked as deleted
- map.revertEntry(group1, key2);
+ map.revertEntry(group1, key2, EntryOptions());
QCOMPARE(entry2->mValue, QByteArray());
QVERIFY(entry2->bDirty);
QVERIFY(entry2->bReverted);