diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
commit | a6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch) | |
tree | abce27406eaa2fe29e1705b0b38b81cd947871af /tests/test-indicator-sound-dbus-client.c | |
parent | 6468402475d7bfced0ee905bdd56977cc2f4b7da (diff) | |
parent | 7a92d249547ff1783725850edb39a952e52ee8c9 (diff) | |
download | ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.gz ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.bz2 ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.zip |
slow progress on the testing front
Diffstat (limited to 'tests/test-indicator-sound-dbus-client.c')
-rw-r--r-- | tests/test-indicator-sound-dbus-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-indicator-sound-dbus-client.c b/tests/test-indicator-sound-dbus-client.c index 9d6f7ab..dc36ae3 100644 --- a/tests/test-indicator-sound-dbus-client.c +++ b/tests/test-indicator-sound-dbus-client.c @@ -44,7 +44,7 @@ fetch_mute_cb (DBusGProxy * proxy, DBusGProxyCall * call, void * data) return; } - if (TEST_MUTE != g_value_get_boolean(&value))) { + if (TEST_MUTE != g_value_get_boolean(&value)) { g_debug("Mute vale Returned: FAILED"); passed = FALSE; } else { |