aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-10-28 07:27:22 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-28 08:28:12 +0200
commitd4210a27d9ed8c519666d219999e98e630cc4e2d (patch)
tree83da9ba74540a346294b6eadf19f7f662de4448a /tests
parent59c33e407010f6b0f550b88dd0e9318db91db200 (diff)
downloadayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.tar.gz
ayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.tar.bz2
ayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.zip
Remove com.canonical.usensord and disable haptic
Diffstat (limited to 'tests')
-rw-r--r--tests/notification-fixture.h4
1 files changed, 3 insertions, 1 deletions
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();
}