aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-sound-dbus-client.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-26 21:09:45 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-26 21:09:45 -0600
commit38d1512ec2621598cba84c6caf5df2e7d8914cf9 (patch)
tree3092177dd09ec7836e093298a14a0f1245b02131 /tests/test-indicator-sound-dbus-client.c
parent991d41fa7c9b5b51942f836ca68265513de6ef8c (diff)
downloadayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.gz
ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.bz2
ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.zip
temporarily disable tests
Diffstat (limited to 'tests/test-indicator-sound-dbus-client.c')
-rw-r--r--tests/test-indicator-sound-dbus-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-indicator-sound-dbus-client.c b/tests/test-indicator-sound-dbus-client.c
index 265a36d..eafd03a 100644
--- a/tests/test-indicator-sound-dbus-client.c
+++ b/tests/test-indicator-sound-dbus-client.c
@@ -21,17 +21,17 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
#include <glib.h>
-#include <dbus/dbus-glib.h>
#include "../src/dbus-shared-names.h"
#include "test-defines.h"
#include "../src/sound-service-client.h"
static GMainLoop * mainloop = NULL;
-static DBusGProxy * proxy= NULL;
+static GDBusProxy * proxy= NULL;
static void
-test_fetch_mute(DBusGProxy * proxy)
+test_fetch_mute(GDBusProxy * proxy)
{
GError * error = NULL;
gboolean *fetched_mute_value;