diff options
author | Ted Gould <ted@gould.cx> | 2014-02-21 13:06:46 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-21 13:06:46 -0600 |
commit | c87a19b5e320ae3c1b0f61a708075788c307b33e (patch) | |
tree | a369ac20b09e44debd1af5ce07d8e75b8041e5b8 | |
parent | acce82e25c48da98b5e298a70aa119b3f9e8a1f9 (diff) | |
parent | 129467f4faccdfd852584bb26da4011d01955239 (diff) | |
download | ayatana-indicator-sound-c87a19b5e320ae3c1b0f61a708075788c307b33e.tar.gz ayatana-indicator-sound-c87a19b5e320ae3c1b0f61a708075788c307b33e.tar.bz2 ayatana-indicator-sound-c87a19b5e320ae3c1b0f61a708075788c307b33e.zip |
Typo
-rw-r--r-- | tests/accounts-service-user.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accounts-service-user.cc b/tests/accounts-service-user.cc index a52b3a0..522bec9 100644 --- a/tests/accounts-service-user.cc +++ b/tests/accounts-service-user.cc @@ -68,7 +68,7 @@ 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, + "Timestamp", G_VARIANT_TYPE_UINT64, g_variant_new_uint64(0), NULL); dbus_test_dbus_mock_object_add_property(mock, soundobj, "PlayerName", G_VARIANT_TYPE_STRING, |