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 9aa7024..7efba13 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp | |||
@@ -139,6 +139,9 @@ QByteArray deleteEntityCommand(const QByteArray &uid, qint64 revision) | |||
139 | return command; | 139 | return command; |
140 | } | 140 | } |
141 | 141 | ||
142 | /** | ||
143 | * Test of the pipeline implementation to ensure new revisions are created correctly in the database. | ||
144 | */ | ||
142 | class PipelineTest : public QObject | 145 | class PipelineTest : public QObject |
143 | { | 146 | { |
144 | Q_OBJECT | 147 | Q_OBJECT |