diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-29 23:13:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-29 23:13:24 +0100 |
commit | 80149f959f254b1d52c0b5e883c4e76284f8abaf (patch) | |
tree | 1262e2b17009925bcf03e0bbfbe2e27471911361 /tests/dummyresourcetest.cpp | |
parent | 617296bef9f4965655424bf57adaf78d0db7956d (diff) | |
download | sink-80149f959f254b1d52c0b5e883c4e76284f8abaf.tar.gz sink-80149f959f254b1d52c0b5e883c4e76284f8abaf.zip |
More descriptive testname.
Diffstat (limited to 'tests/dummyresourcetest.cpp')
-rw-r--r-- | tests/dummyresourcetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp index 0c02675..8e60e90 100644 --- a/tests/dummyresourcetest.cpp +++ b/tests/dummyresourcetest.cpp | |||
@@ -30,7 +30,7 @@ private Q_SLOTS: | |||
30 | QTRY_VERIFY(future.isFinished()); | 30 | QTRY_VERIFY(future.isFinished()); |
31 | } | 31 | } |
32 | 32 | ||
33 | void testSync() | 33 | void testSyncAndFacade() |
34 | { | 34 | { |
35 | Akonadi2::Query query; | 35 | Akonadi2::Query query; |
36 | query.resources << "org.kde.dummy"; | 36 | query.resources << "org.kde.dummy"; |