diff options
Diffstat (limited to 'tests/mailtest.cpp')
-rw-r--r-- | tests/mailtest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mailtest.cpp b/tests/mailtest.cpp index ae5295e..fe28cde 100644 --- a/tests/mailtest.cpp +++ b/tests/mailtest.cpp | |||
@@ -45,6 +45,9 @@ void MailTest::initTestCase() | |||
45 | VERIFYEXEC(Store::create(resource)); | 45 | VERIFYEXEC(Store::create(resource)); |
46 | 46 | ||
47 | mResourceInstanceIdentifier = resource.identifier(); | 47 | mResourceInstanceIdentifier = resource.identifier(); |
48 | |||
49 | //Load the capabilities | ||
50 | resource = Store::readOne<Sink::ApplicationDomain::SinkResource>(Sink::Query{resource}); | ||
48 | mCapabilities = resource.getCapabilities(); | 51 | mCapabilities = resource.getCapabilities(); |
49 | } | 52 | } |
50 | 53 | ||