aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-empathy-chatroom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-empathy-chatroom.c')
-rw-r--r--tests/check-empathy-chatroom.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/check-empathy-chatroom.c b/tests/check-empathy-chatroom.c
index f2110a8f8..4d0b7e1ee 100644
--- a/tests/check-empathy-chatroom.c
+++ b/tests/check-empathy-chatroom.c
@@ -9,6 +9,7 @@
#include <libempathy/empathy-chatroom.h>
+#if 0
static EmpathyChatroom *
create_chatroom (void)
{
@@ -143,13 +144,16 @@ START_TEST (test_change_favorite)
fail_if (!changed);
}
END_TEST
+#endif
TCase *
make_empathy_chatroom_tcase (void)
{
TCase *tc = tcase_create ("empathy-chatroom");
+ /*
tcase_add_test (tc, test_empathy_chatroom_new);
tcase_add_test (tc, test_favorite_and_auto_connect);
tcase_add_test (tc, test_change_favorite);
+ */
return tc;
}