From 4850b1b6ba8a1438d8c0903592108fcefc35235e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 28 Jun 2013 10:31:51 -0500 Subject: update comments & documentation to reflect that we've replaced consolekit and login1 --- tests/backend-dbus/test-actions.cc | 5 +---- tests/backend-mock-actions.h | 3 +-- tests/backend-mock-guest.h | 3 +-- tests/backend-mock-users.h | 3 +-- 4 files changed, 4 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/backend-dbus/test-actions.cc b/tests/backend-dbus/test-actions.cc index 410a02a..20e2521 100644 --- a/tests/backend-dbus/test-actions.cc +++ b/tests/backend-dbus/test-actions.cc @@ -319,12 +319,9 @@ TEST_F (Actions, SwitchToGuest) { // allow guests dm_seat->set_guest_allowed (true); - MockUser * guest_user; - //int guest_session_tag; -// MockConsoleKitSession * guest_ck_session; // set up a guest - guest_user = new MockUser (loop, conn, "guest-zzbEVV", "Guest", 10); + MockUser * guest_user = new MockUser (loop, conn, "guest-zzbEVV", "Guest", 10); guest_user->set_system_account (true); accounts->add_user (guest_user); int guest_session_tag = login1_manager->add_session (login1_seat, guest_user); diff --git a/tests/backend-mock-actions.h b/tests/backend-mock-actions.h index bd9ed47..96c51be 100644 --- a/tests/backend-mock-actions.h +++ b/tests/backend-mock-actions.h @@ -37,8 +37,7 @@ typedef struct _IndicatorSessionActionsMockPriv IndicatorSessionActionsMockPr typedef struct _IndicatorSessionActionsMockClass IndicatorSessionActionsMockClass; /** - * An implementation of IndicatorSessionActions that gets its user information - * from org.freedesktop.ConsoleKit and org.freedesktop.Accounts over DBus. + * An implementation of IndicatorSessionActions that lies about everything. */ struct _IndicatorSessionActionsMock { diff --git a/tests/backend-mock-guest.h b/tests/backend-mock-guest.h index db6ce86..4a15c70 100644 --- a/tests/backend-mock-guest.h +++ b/tests/backend-mock-guest.h @@ -37,8 +37,7 @@ typedef struct _IndicatorSessionGuestMockPriv IndicatorSessionGuestMockPriv; typedef struct _IndicatorSessionGuestMockClass IndicatorSessionGuestMockClass; /** - * An implementation of IndicatorSessionGuest that gets its user information - * from org.freedesktop.ConsoleKit and org.freedesktop.Accounts over DBus. + * An implementation of IndicatorSessionGuest that lies about everything. */ struct _IndicatorSessionGuestMock { diff --git a/tests/backend-mock-users.h b/tests/backend-mock-users.h index 7470ec9..513e799 100644 --- a/tests/backend-mock-users.h +++ b/tests/backend-mock-users.h @@ -37,8 +37,7 @@ typedef struct _IndicatorSessionUsersMockPriv IndicatorSessionUsersMockPriv; typedef struct _IndicatorSessionUsersMockClass IndicatorSessionUsersMockClass; /** - * An implementation of IndicatorSessionUsers that gets its user information - * from org.freedesktop.ConsoleKit and org.freedesktop.Accounts over DBus. + * An implementation of IndicatorSessionUsers that lies about everything. */ struct _IndicatorSessionUsersMock { -- cgit v1.2.3