summaryrefslogtreecommitdiffstats
path: root/tests/inspectiontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inspectiontest.cpp')
-rw-r--r--tests/inspectiontest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp
index 70806fa..0323225 100644
--- a/tests/inspectiontest.cpp
+++ b/tests/inspectiontest.cpp
@@ -41,8 +41,8 @@ private Q_SLOTS:
41 Mail mail(QByteArray("org.kde.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer<MemoryBufferAdaptor::MemoryBufferAdaptor>::create()); 41 Mail mail(QByteArray("org.kde.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer<MemoryBufferAdaptor::MemoryBufferAdaptor>::create());
42 42
43 //testInspection is a magic property that the dummyresource supports 43 //testInspection is a magic property that the dummyresource supports
44 auto inspectionCommand = Resources::Inspection::PropertyInspection(mail, "testInspection", success); 44 auto inspectionCommand = ResourceControl::Inspection::PropertyInspection(mail, "testInspection", success);
45 auto result = Resources::inspect<Mail>(inspectionCommand).exec(); 45 auto result = ResourceControl::inspect<Mail>(inspectionCommand).exec();
46 result.waitForFinished(); 46 result.waitForFinished();
47 if (success) { 47 if (success) {
48 QVERIFY(!result.errorCode()); 48 QVERIFY(!result.errorCode());