[empathy] rename check-irc-helper to test-irc-helper



commit c0796c470597870b3b821aad1ea352d666153e83
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Oct 29 16:04:12 2009 +0100

    rename check-irc-helper to test-irc-helper

 tests/Makefile.am                               |    6 +++---
 tests/empathy-irc-network-manager-test.c        |    2 +-
 tests/empathy-irc-network-test.c                |    2 +-
 tests/empathy-irc-server-test.c                 |    2 +-
 tests/{check-irc-helper.c => test-irc-helper.c} |    2 +-
 tests/{check-irc-helper.h => test-irc-helper.h} |    0
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7821d8d..25e3994 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,15 +34,15 @@ empathy_utils_test_SOURCES = empathy-utils-test.c \
 
 empathy_irc_server_test_SOURCES = empathy-irc-server-test.c \
      test-helper.c test-helper.h                       \
-     check-irc-helper.h check-irc-helper.c
+     test-irc-helper.h test-irc-helper.c
 
 empathy_irc_network_test_SOURCES = empathy-irc-network-test.c \
      test-helper.c test-helper.h                       \
-     check-irc-helper.h check-irc-helper.c
+     test-irc-helper.h test-irc-helper.c
 
 empathy_irc_network_manager_test_SOURCES = empathy-irc-network-manager-test.c \
      test-helper.c test-helper.h                       \
-     check-irc-helper.h check-irc-helper.c
+     test-irc-helper.h test-irc-helper.c
 
 empathy_chatroom_test_SOURCES = empathy-chatroom-test.c \
      test-helper.c test-helper.h
diff --git a/tests/empathy-irc-network-manager-test.c b/tests/empathy-irc-network-manager-test.c
index 711cdb2..df11470 100644
--- a/tests/empathy-irc-network-manager-test.c
+++ b/tests/empathy-irc-network-manager-test.c
@@ -3,7 +3,7 @@
 #include <string.h>
 #include <glib/gstdio.h>
 
-#include "check-irc-helper.h"
+#include "test-irc-helper.h"
 #include "test-helper.h"
 
 #include <libempathy/empathy-irc-network-manager.h>
diff --git a/tests/empathy-irc-network-test.c b/tests/empathy-irc-network-test.c
index 00fbe91..313ab06 100644
--- a/tests/empathy-irc-network-test.c
+++ b/tests/empathy-irc-network-test.c
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "check-irc-helper.h"
+#include "test-irc-helper.h"
 #include "test-helper.h"
 
 #include <libempathy/empathy-irc-network.h>
diff --git a/tests/empathy-irc-server-test.c b/tests/empathy-irc-server-test.c
index b9574c4..573967e 100644
--- a/tests/empathy-irc-server-test.c
+++ b/tests/empathy-irc-server-test.c
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "check-irc-helper.h"
+#include "test-irc-helper.h"
 #include "test-helper.h"
 
 #include <libempathy/empathy-irc-server.h>
diff --git a/tests/check-irc-helper.c b/tests/test-irc-helper.c
similarity index 98%
rename from tests/check-irc-helper.c
rename to tests/test-irc-helper.c
index 1a2832a..ade247f 100644
--- a/tests/check-irc-helper.c
+++ b/tests/test-irc-helper.c
@@ -1,4 +1,4 @@
-#include "check-irc-helper.h"
+#include "test-irc-helper.h"
 
 void
 check_server (EmpathyIrcServer *server,
diff --git a/tests/check-irc-helper.h b/tests/test-irc-helper.h
similarity index 100%
rename from tests/check-irc-helper.h
rename to tests/test-irc-helper.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]