aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-empathy-helpers.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-22 01:14:51 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-22 01:14:51 +0800
commite9266689e7b55d9be53afc46c5b3d131ba9837cd (patch)
treecedd1c5d9a6b3b7af74b617ff962903cdae7e24b /tests/check-empathy-helpers.c
parent183bea15838e2ad9dc16f6d86eedb820831a8d7f (diff)
downloadgsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar.gz
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar.bz2
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar.lz
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar.xz
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.tar.zst
gsoc2013-empathy-e9266689e7b55d9be53afc46c5b3d131ba9837cd.zip
Disable tests that try to use MC4 related code
Diffstat (limited to 'tests/check-empathy-helpers.c')
-rw-r--r--tests/check-empathy-helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-empathy-helpers.c b/tests/check-empathy-helpers.c
index fc6f04439..5fb8b4a35 100644
--- a/tests/check-empathy-helpers.c
+++ b/tests/check-empathy-helpers.c
@@ -65,6 +65,7 @@ copy_xml_file (const gchar *orig,
g_free (buffer);
}
+#if 0
EmpathyAccount *
get_test_account (void)
{
@@ -166,3 +167,4 @@ destroy_test_account (EmpathyAccount *account)
g_object_unref (account);
g_object_unref (manager);
}
+#endif