diff options
Diffstat (limited to 'tests/pipelinetest.cpp')
-rw-r--r-- | tests/pipelinetest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 5dede64..4cff511 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp | |||
@@ -246,6 +246,9 @@ private Q_SLOTS: | |||
246 | pipeline.deletedEntity(deleteCommand.constData(), deleteCommand.size()); | 246 | pipeline.deletedEntity(deleteCommand.constData(), deleteCommand.size()); |
247 | pipeline.commit(); | 247 | pipeline.commit(); |
248 | 248 | ||
249 | //We have a new revision that indicates the deletion | ||
250 | QCOMPARE(getKeys("org.kde.pipelinetest.instance1", "event.main").size(), 2); | ||
251 | |||
249 | //Cleanup old revisions | 252 | //Cleanup old revisions |
250 | pipeline.startTransaction(); | 253 | pipeline.startTransaction(); |
251 | pipeline.cleanupRevision(2); | 254 | pipeline.cleanupRevision(2); |