From d4210a27d9ed8c519666d219999e98e630cc4e2d Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 28 Oct 2021 07:27:22 +0200 Subject: Remove com.canonical.usensord and disable haptic --- tests/notification-fixture.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/notification-fixture.h') diff --git a/tests/notification-fixture.h b/tests/notification-fixture.h index f94dd69..5024792 100644 --- a/tests/notification-fixture.h +++ b/tests/notification-fixture.h @@ -279,6 +279,8 @@ protected: g_assert_no_error (error); dbus_test_service_add_task(service, DBUS_TEST_TASK(screen_mock)); + //TODO: Reimplement using hfd-service + /* /// /// Add the haptic mock /// @@ -296,7 +298,7 @@ protected: "", &error); g_assert_no_error (error); - dbus_test_service_add_task(service, DBUS_TEST_TASK(haptic_mock)); + dbus_test_service_add_task(service, DBUS_TEST_TASK(haptic_mock));*/ startDbusMock(); } -- cgit v1.2.3