summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-07 16:01:59 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-07 16:01:59 +0200
commit082029f3dedadaceef1524fec214e053b0a26d10 (patch)
treeae0013258c3b889a51be084850970fb5ff8eda6d /examples/mailtransportresource
parente62f6ba8ec1c83196f78044b5dd905eeb80d4707 (diff)
downloadsink-082029f3dedadaceef1524fec214e053b0a26d10.tar.gz
sink-082029f3dedadaceef1524fec214e053b0a26d10.zip
These jobs now work reliably.
Diffstat (limited to 'examples/mailtransportresource')
-rw-r--r--examples/mailtransportresource/tests/mailtransporttest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/mailtransportresource/tests/mailtransporttest.cpp b/examples/mailtransportresource/tests/mailtransporttest.cpp
index e44aa23..410e17b 100644
--- a/examples/mailtransportresource/tests/mailtransporttest.cpp
+++ b/examples/mailtransportresource/tests/mailtransporttest.cpp
@@ -41,13 +41,12 @@ private slots:
41 41
42 void cleanup() 42 void cleanup()
43 { 43 {
44 // VERIFYEXEC(ResourceControl::shutdown(mResourceInstanceIdentifier)); 44 VERIFYEXEC(ResourceControl::shutdown(mResourceInstanceIdentifier));
45 // removeResourceFromDisk(mResourceInstanceIdentifier);
46 } 45 }
47 46
48 void init() 47 void init()
49 { 48 {
50 // VERIFYEXEC(ResourceControl::start(mResourceInstanceIdentifier)); 49 VERIFYEXEC(ResourceControl::start(mResourceInstanceIdentifier));
51 } 50 }
52 51
53 void testSendMail() 52 void testSendMail()