aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-09 00:17:30 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:04 +0800
commitba499bfd6f960e26cd7776db7dd183137b705144 (patch)
tree8cfeece60df3d7b79046e5e279a43918b29b8e5c /tests
parent42456ae2a2c758db70cc093679d05675293758cb (diff)
downloadgsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.gz
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.bz2
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.lz
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.xz
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.tar.zst
gsoc2013-empathy-ba499bfd6f960e26cd7776db7dd183137b705144.zip
tp-account-widgets: rename all the files from empathy-* to tpaw-*
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tests')
-rw-r--r--tests/empathy-irc-network-manager-test.c2
-rw-r--r--tests/empathy-irc-network-test.c2
-rw-r--r--tests/empathy-irc-server-test.c2
-rw-r--r--tests/test-irc-helper.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/empathy-irc-network-manager-test.c b/tests/empathy-irc-network-manager-test.c
index ac6d4bbd1..7b7e7a42d 100644
--- a/tests/empathy-irc-network-manager-test.c
+++ b/tests/empathy-irc-network-manager-test.c
@@ -2,8 +2,8 @@
#include <stdio.h>
#include <string.h>
#include <glib/gstdio.h>
+#include <tp-account-widgets/tpaw-irc-network-manager.h>
-#include "empathy-irc-network-manager.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/empathy-irc-network-test.c b/tests/empathy-irc-network-test.c
index 2657d788a..c784641f2 100644
--- a/tests/empathy-irc-network-test.c
+++ b/tests/empathy-irc-network-test.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <tp-account-widgets/tpaw-irc-network.h>
-#include "empathy-irc-network.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/empathy-irc-server-test.c b/tests/empathy-irc-server-test.c
index ff56a02da..fc0eb5b15 100644
--- a/tests/empathy-irc-server-test.c
+++ b/tests/empathy-irc-server-test.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <tp-account-widgets/tpaw-irc-server.h>
-#include "empathy-irc-server.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/test-irc-helper.h b/tests/test-irc-helper.h
index 2dedf50c9..02eda9178 100644
--- a/tests/test-irc-helper.h
+++ b/tests/test-irc-helper.h
@@ -1,6 +1,6 @@
#include <string.h>
-#include "empathy-irc-network-manager.h"
+#include <tp-account-widgets/tpaw-irc-network-manager.h>
#ifndef __CHECK_IRC_HELPER_H__
#define __CHECK_IRC_HELPER_H__