diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-19 16:15:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | 9a5f0a14714ec9a6a71a003b72e5ed3520dfa125 (patch) | |
tree | 78b2b4ac6fff648998b6e42aa0e4e0d8fb8144b7 /tests | |
parent | 67ec34a8df3a2c3fe5ffbfd74ef06ee8a52ed2bb (diff) | |
download | sink-9a5f0a14714ec9a6a71a003b72e5ed3520dfa125.tar.gz sink-9a5f0a14714ec9a6a71a003b72e5ed3520dfa125.zip |
Removed the whole revision cleanup into the entitystore
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pipelinetest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 4e04152..5c294bb 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp | |||
@@ -272,7 +272,7 @@ private slots: | |||
272 | 272 | ||
273 | // Cleanup old revisions | 273 | // Cleanup old revisions |
274 | pipeline.startTransaction(); | 274 | pipeline.startTransaction(); |
275 | pipeline.cleanupRevision(2); | 275 | pipeline.cleanupRevisions(2); |
276 | pipeline.commit(); | 276 | pipeline.commit(); |
277 | 277 | ||
278 | // And now only the latest revision is left | 278 | // And now only the latest revision is left |
@@ -350,7 +350,7 @@ private slots: | |||
350 | 350 | ||
351 | // Cleanup old revisions | 351 | // Cleanup old revisions |
352 | pipeline.startTransaction(); | 352 | pipeline.startTransaction(); |
353 | pipeline.cleanupRevision(2); | 353 | pipeline.cleanupRevisions(2); |
354 | pipeline.commit(); | 354 | pipeline.commit(); |
355 | 355 | ||
356 | // And all revisions are gone | 356 | // And all revisions are gone |