aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-02 22:16:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-02 22:16:22 +0100
commit1fef1bc885b151d7cd4f3302efff42a6b3ea8b86 (patch)
tree837ce0afa10f2cd2bfed1871be9a75bda2669f48 /tests
parentce6417a23e65d13c12f311b7ed4a92f2f11a25f5 (diff)
parent5c537e3ba11d8030135bcfd9f0038b17656d2b0e (diff)
downloadayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.tar.gz
ayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.tar.bz2
ayatana-indicator-messages-1fef1bc885b151d7cd4f3302efff42a6b3ea8b86.zip
Merge branch 'tari01-pr/rename-com-ubuntu-touchaccountsservice-securityprivacy'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/26
Diffstat (limited to 'tests')
-rw-r--r--tests/accounts-service-mock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accounts-service-mock.h b/tests/accounts-service-mock.h
index d057f07..a4a58ad 100644
--- a/tests/accounts-service-mock.h
+++ b/tests/accounts-service-mock.h
@@ -96,7 +96,7 @@ class AccountsServiceMock
"SilentMode", G_VARIANT_TYPE_BOOLEAN,
g_variant_new_boolean(FALSE), NULL);
- privacyobj = dbus_test_dbus_mock_get_object(mock, "/user", "com.ubuntu.touch.AccountsService.SecurityPrivacy", NULL);
+ privacyobj = dbus_test_dbus_mock_get_object(mock, "/user", "com.lomiri.touch.AccountsService.SecurityPrivacy", NULL);
dbus_test_dbus_mock_object_add_property(mock, privacyobj,
"MessagesWelcomeScreen", G_VARIANT_TYPE_BOOLEAN,
g_variant_new_boolean(true), NULL);