aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-sound-dbus-server.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-18 10:55:43 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-18 10:55:43 +0100
commit8c5284005a19897d5e07fdb9bfe62b0a5d126058 (patch)
tree4dee261f96c7f87113be00e0c185dd49eefa97fc /tests/test-indicator-sound-dbus-server.c
parentf18466945a43718111ec93a79f1936157b02ce3f (diff)
downloadayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.gz
ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.bz2
ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.zip
tests fixed, and metadata height reset readjustment fixed
Diffstat (limited to 'tests/test-indicator-sound-dbus-server.c')
-rw-r--r--tests/test-indicator-sound-dbus-server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-indicator-sound-dbus-server.c b/tests/test-indicator-sound-dbus-server.c
index 6912dc4..49da136 100644
--- a/tests/test-indicator-sound-dbus-server.c
+++ b/tests/test-indicator-sound-dbus-server.c
@@ -50,7 +50,6 @@ main (gint argc, gchar * argv[])
// Set the mute value
sound_service_dbus_update_sink_mute(dbus_interface, TEST_MUTE_VALUE);
- sound_service_dbus_update_sink_volume(dbus_interface, TEST_VOLUME_VALUE);
sound_service_dbus_update_sink_availability(dbus_interface, TEST_AVAILABLE_VALUE);
g_timeout_add_seconds(4, kill_func, NULL);