diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:53 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:53:53 +0800 |
commit | 7e4d8b0c52a46d61718fb15e5cf2741aa552b721 (patch) | |
tree | 1bd9113fd6b50c49d46871e423abf38e6b3896cf /tests | |
parent | 1f242f9e69c4d69303e110222f917953550012ca (diff) | |
download | gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.gz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.bz2 gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.lz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.xz gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.tar.zst gsoc2013-empathy-7e4d8b0c52a46d61718fb15e5cf2741aa552b721.zip |
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
svn path=/trunk/; revision=1545
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/check-empathy-chatroom-manager.c (renamed from tests/check-empathy-irc-chatroom-manager.c) | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e92101959..6134aa142 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,7 +39,7 @@ check_main_SOURCES = \ check-empathy-irc-network.c \ check-empathy-irc-network-manager.c \ check-empathy-chatroom.c \ - check-empathy-irc-chatroom-manager.c + check-empathy-chatroom-manager.c check_main_LDADD = \ @CHECK_LIBS@ \ diff --git a/tests/check-empathy-irc-chatroom-manager.c b/tests/check-empathy-chatroom-manager.c index 0865a5ae0..1f5daaf16 100644 --- a/tests/check-empathy-irc-chatroom-manager.c +++ b/tests/check-empathy-chatroom-manager.c @@ -6,7 +6,6 @@ #include <check.h> #include "check-helpers.h" #include "check-libempathy.h" -#include "check-irc-helper.h" #include <libempathy/empathy-chatroom-manager.h> @@ -33,7 +32,7 @@ END_TEST TCase * make_empathy_chatroom_manager_tcase (void) { - TCase *tc = tcase_create ("empathy-irc-chatroom-manager"); + TCase *tc = tcase_create ("empathy-chatroom-manager"); tcase_add_test (tc, test_empathy_chatroom_manager_new); return tc; } |