summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-29 23:13:24 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-29 23:13:24 +0100
commit80149f959f254b1d52c0b5e883c4e76284f8abaf (patch)
tree1262e2b17009925bcf03e0bbfbe2e27471911361
parent617296bef9f4965655424bf57adaf78d0db7956d (diff)
downloadsink-80149f959f254b1d52c0b5e883c4e76284f8abaf.tar.gz
sink-80149f959f254b1d52c0b5e883c4e76284f8abaf.zip
More descriptive testname.
-rw-r--r--tests/dummyresourcetest.cpp2
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";