diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 18:04:06 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 18:04:06 +0100 |
commit | e86e1f06d2b730c14c90d4c78719a47f3e5350fc (patch) | |
tree | 7e6337a45a25ad5ac7ba581ee292f3bd4b68a97f /tests/querytest.cpp | |
parent | 175a49d623a5e37c1c20c80ed7f2077222f3c593 (diff) | |
download | sink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.tar.gz sink-e86e1f06d2b730c14c90d4c78719a47f3e5350fc.zip |
Hide Query::parentProperty
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r-- | tests/querytest.cpp | 2 |
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")); |