diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
commit | 07572b25af45c41a82eb8ddfdecf18e58958788b (patch) | |
tree | 2ecb98a9fbe7c7c0244d7511e543beff8df68c3a /tests/genericresourcetest.cpp | |
parent | dd86c15b48f33c120c510327569fb1cc3ffa3d45 (diff) | |
download | sink-07572b25af45c41a82eb8ddfdecf18e58958788b.tar.gz sink-07572b25af45c41a82eb8ddfdecf18e58958788b.zip |
Forward revision updates through resource
Diffstat (limited to 'tests/genericresourcetest.cpp')
-rw-r--r-- | tests/genericresourcetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/genericresourcetest.cpp b/tests/genericresourcetest.cpp index 57fa458..0b9a5c1 100644 --- a/tests/genericresourcetest.cpp +++ b/tests/genericresourcetest.cpp | |||
@@ -90,7 +90,7 @@ private Q_SLOTS: | |||
90 | 90 | ||
91 | //Actual test | 91 | //Actual test |
92 | Akonadi2::Pipeline pipeline("org.kde.test.instance1"); | 92 | Akonadi2::Pipeline pipeline("org.kde.test.instance1"); |
93 | QSignalSpy revisionSpy(&pipeline, SIGNAL(revisionUpdated())); | 93 | QSignalSpy revisionSpy(&pipeline, SIGNAL(revisionUpdated(qint64))); |
94 | TestResource resource("org.kde.test.instance1"); | 94 | TestResource resource("org.kde.test.instance1"); |
95 | resource.configurePipeline(&pipeline); | 95 | resource.configurePipeline(&pipeline); |
96 | resource.processCommand(Akonadi2::Commands::CreateEntityCommand, command, &pipeline); | 96 | resource.processCommand(Akonadi2::Commands::CreateEntityCommand, command, &pipeline); |