aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-10-13 15:53:53 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-10-13 15:53:53 +0800
commit58e296be8233777444ca729d3a1f16ff4230b33e (patch)
tree1bd9113fd6b50c49d46871e423abf38e6b3896cf /tests
parent41a47822d966e14ce52e9914389c1f93d8d8ed11 (diff)
downloadgsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar.gz
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar.bz2
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar.lz
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar.xz
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.tar.zst
gsoc2013-empathy-58e296be8233777444ca729d3a1f16ff4230b33e.zip
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1545 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-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;
}