From 9a5f0a14714ec9a6a71a003b72e5ed3520dfa125 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 19 Oct 2016 16:15:23 +0200 Subject: Removed the whole revision cleanup into the entitystore --- tests/pipelinetest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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: // Cleanup old revisions pipeline.startTransaction(); - pipeline.cleanupRevision(2); + pipeline.cleanupRevisions(2); pipeline.commit(); // And now only the latest revision is left @@ -350,7 +350,7 @@ private slots: // Cleanup old revisions pipeline.startTransaction(); - pipeline.cleanupRevision(2); + pipeline.cleanupRevisions(2); pipeline.commit(); // And all revisions are gone -- cgit v1.2.3