summaryrefslogtreecommitdiffstats
path: root/tests/inspectiontest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-11 05:16:41 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-11 05:16:41 +0200
commit95d11bf0be98a4e3c08502fe23417b800233ce14 (patch)
tree7598794ab01b3fae3bc166cfaa1b547191755ec9 /tests/inspectiontest.cpp
parentc4ae619718c4a3f2753331b1327855d2ea335634 (diff)
downloadsink-95d11bf0be98a4e3c08502fe23417b800233ce14.tar.gz
sink-95d11bf0be98a4e3c08502fe23417b800233ce14.zip
Fixed build
Diffstat (limited to 'tests/inspectiontest.cpp')
-rw-r--r--tests/inspectiontest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp
index 2879801..b03f277 100644
--- a/tests/inspectiontest.cpp
+++ b/tests/inspectiontest.cpp
@@ -39,7 +39,7 @@ private slots:
39 using namespace Sink; 39 using namespace Sink;
40 using namespace Sink::ApplicationDomain; 40 using namespace Sink::ApplicationDomain;
41 41
42 Mail mail(QByteArray("sink.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer<MemoryBufferAdaptor::MemoryBufferAdaptor>::create()); 42 Mail mail(QByteArray("sink.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer<MemoryBufferAdaptor>::create());
43 43
44 // testInspection is a magic property that the dummyresource supports 44 // testInspection is a magic property that the dummyresource supports
45 auto inspectionCommand = ResourceControl::Inspection::PropertyInspection(mail, "testInspection", success); 45 auto inspectionCommand = ResourceControl::Inspection::PropertyInspection(mail, "testInspection", success);