summaryrefslogtreecommitdiffstats
path: root/tests/querytest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 18:04:06 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 18:04:06 +0100
commite86e1f06d2b730c14c90d4c78719a47f3e5350fc (patch)
tree7e6337a45a25ad5ac7ba581ee292f3bd4b68a97f /tests/querytest.cpp
parent175a49d623a5e37c1c20c80ed7f2077222f3c593 (diff)
downloadsink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.tar.gz
sink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.zip
Hide Query::parentProperty
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r--tests/querytest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/querytest.cpp b/tests/querytest.cpp
index d823304..2eb1239 100644
--- a/tests/querytest.cpp
+++ b/tests/querytest.cpp
@@ -252,7 +252,7 @@ private slots:
252 // Test 252 // Test
253 Sink::Query query; 253 Sink::Query query;
254 query.resourceFilter("sink.dummy.instance1"); 254 query.resourceFilter("sink.dummy.instance1");
255 query.parentProperty = "parent"; 255 query.requestTree<Folder::Parent>();
256 256
257 // Ensure all local data is processed 257 // Ensure all local data is processed
258 VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(QByteArrayList() << "sink.dummy.instance1")); 258 VERIFYEXEC(Sink::ResourceControl::flushMessageQueue(QByteArrayList() << "sink.dummy.instance1"));