From 18d92e36d1d08affd20ae905f6a9efdb139af170 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Wed, 6 Dec 2023 23:52:09 +0700 Subject: Revert "Remove orphan osd-notify remnants" As discussed in [1], these hints are essential to make the indicator functions correctly on Lomiri. These hints should not make any difference on DE's that doesn't support them. [1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874 This reverts commit ba37bd3998252a759434a8455e52f00699b50a09. --- tests/test-notify.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test-notify.cc b/tests/test-notify.cc index 9fdb577..12a80fb 100644 --- a/tests/test-notify.cc +++ b/tests/test-notify.cc @@ -72,6 +72,8 @@ protected: static constexpr char const * METHOD_GET_INFO {"GetServerInformation"}; static constexpr char const * SIGNAL_CLOSED {"NotificationClosed"}; + static constexpr char const * HINT_TIMEOUT {"x-lomiri-snap-decisions-timeout"}; + protected: void SetUp() -- cgit v1.2.3