empathy r1545 - trunk/tests
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1545 - trunk/tests
- Date: Mon, 13 Oct 2008 07:53:54 +0000 (UTC)
Author: xclaesse
Date: Mon Oct 13 07:53:53 2008
New Revision: 1545
URL: http://svn.gnome.org/viewvc/empathy?rev=1545&view=rev
Log:
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
Added:
trunk/tests/check-empathy-chatroom-manager.c
- copied, changed from r1544, /trunk/tests/check-empathy-irc-chatroom-manager.c
Removed:
trunk/tests/check-empathy-irc-chatroom-manager.c
Modified:
trunk/tests/Makefile.am
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Mon Oct 13 07:53:53 2008
@@ -39,7 +39,7 @@
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@ \
Copied: trunk/tests/check-empathy-chatroom-manager.c (from r1544, /trunk/tests/check-empathy-irc-chatroom-manager.c)
==============================================================================
--- /trunk/tests/check-empathy-irc-chatroom-manager.c (original)
+++ trunk/tests/check-empathy-chatroom-manager.c Mon Oct 13 07:53:53 2008
@@ -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 @@
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]