aboutsummaryrefslogtreecommitdiff
path: root/tests/accounts-service-user.cc
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-21 13:05:14 -0600
committerTed Gould <ted@gould.cx>2014-02-21 13:05:14 -0600
commitacce82e25c48da98b5e298a70aa119b3f9e8a1f9 (patch)
treefeb3589509fc2864038078f8525e9ee29e0c7151 /tests/accounts-service-user.cc
parent0b76536b27f57db75a101e8ce7e3f75b7cddf57c (diff)
parentbc01d6ceef3dbc5119a0ac7b2fba1583f62c3d48 (diff)
downloadayatana-indicator-sound-acce82e25c48da98b5e298a70aa119b3f9e8a1f9.tar.gz
ayatana-indicator-sound-acce82e25c48da98b5e298a70aa119b3f9e8a1f9.tar.bz2
ayatana-indicator-sound-acce82e25c48da98b5e298a70aa119b3f9e8a1f9.zip
Grabbing the timestamp
Diffstat (limited to 'tests/accounts-service-user.cc')
-rw-r--r--tests/accounts-service-user.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/accounts-service-user.cc b/tests/accounts-service-user.cc
index 65806e3..a52b3a0 100644
--- a/tests/accounts-service-user.cc
+++ b/tests/accounts-service-user.cc
@@ -68,6 +68,9 @@ class AccountsServiceUserTest : public ::testing::Test
DbusTestDbusMockObject * soundobj = dbus_test_dbus_mock_get_object(mock, "/user", "com.canonical.indicator.sound.AccountsService", NULL);
dbus_test_dbus_mock_object_add_property(mock, soundobj,
+ "Timeout", G_VARIANT_TYPE_UINT64,
+ g_variant_new_uint64(0), NULL);
+ dbus_test_dbus_mock_object_add_property(mock, soundobj,
"PlayerName", G_VARIANT_TYPE_STRING,
g_variant_new_string(""), NULL);
dbus_test_dbus_mock_object_add_property(mock, soundobj,