aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/backend-dbus/test-actions.cc5
-rw-r--r--tests/backend-mock-actions.h3
-rw-r--r--tests/backend-mock-guest.h3
-rw-r--r--tests/backend-mock-users.h3
4 files changed, 4 insertions, 10 deletions
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
{