summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 14:47:57 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-27 14:47:57 +0200
commitc7f3d1047b57c817bfdc768e7b8c2681b937d618 (patch)
treeacdc6fdd6c96e819c1b5980609c8da05bacc3dba /tests
parent71111f257fdc8c88fccd97bd0efeb3fc44274f91 (diff)
downloadtelepathy-logger-c7f3d1047b57c817bfdc768e7b8c2681b937d618.tar.gz
rename all non public headers to -internal.h
Diffstat (limited to 'tests')
-rw-r--r--tests/test-searches.c4
-rw-r--r--tests/test-tpl-channel.c2
-rw-r--r--tests/test-tpl-conf.c2
-rw-r--r--tests/test-tpl-log-store-sqlite.c2
-rw-r--r--tests/test-tpl-observer.c4
-rw-r--r--tests/tpl-channel-test.c2
-rw-r--r--tests/tpl-channel-test.h4
-rw-r--r--tests/twisted/main-debug.c6
8 files changed, 13 insertions, 13 deletions
diff --git a/tests/test-searches.c b/tests/test-searches.c
index f280c80..a0c4a13 100644
--- a/tests/test-searches.c
+++ b/tests/test-searches.c
@@ -4,8 +4,8 @@
#include <telepathy-logger/log-manager.h>
#include <telepathy-logger/log-manager-internal.h>
-#include <telepathy-logger/log-store.h>
-#include <telepathy-logger/log-store-xml.h>
+#include <telepathy-logger/log-store-internal.h>
+#include <telepathy-logger/log-store-xml-internal.h>
static GMainLoop *loop = NULL;
diff --git a/tests/test-tpl-channel.c b/tests/test-tpl-channel.c
index 6ebb429..a737372 100644
--- a/tests/test-tpl-channel.c
+++ b/tests/test-tpl-channel.c
@@ -1,6 +1,6 @@
#include "tpl-channel-test.h"
-#include <telepathy-logger/conf.h>
+#include <telepathy-logger/conf-internal.h>
#define CONNECTION_PATH "org.freedesktop.Telepathy.Connection.gabble.jabber.cosimo_2ealfarano_40collabora_2eco_2euk_2fKazoo"
#define ACCOUNT_PATH "/org/freedesktop/Telepathy/Account/FOO/BAR/BAZ"
diff --git a/tests/test-tpl-conf.c b/tests/test-tpl-conf.c
index 132c13c..28244f6 100644
--- a/tests/test-tpl-conf.c
+++ b/tests/test-tpl-conf.c
@@ -1,4 +1,4 @@
-#include <telepathy-logger/conf.h>
+#include <telepathy-logger/conf-internal.h>
int
main (int argc, char **argv)
diff --git a/tests/test-tpl-log-store-sqlite.c b/tests/test-tpl-log-store-sqlite.c
index 23791ed..0544850 100644
--- a/tests/test-tpl-log-store-sqlite.c
+++ b/tests/test-tpl-log-store-sqlite.c
@@ -1,4 +1,4 @@
-#include <telepathy-logger/log-store-sqlite.h>
+#include <telepathy-logger/log-store-sqlite-internal.h>
#include <telepathy-logger/debug-internal.h>
int
diff --git a/tests/test-tpl-observer.c b/tests/test-tpl-observer.c
index e62fff8..e26e007 100644
--- a/tests/test-tpl-observer.c
+++ b/tests/test-tpl-observer.c
@@ -1,7 +1,7 @@
#include "tpl-channel-test.h"
-#include <telepathy-logger/channel-factory.h>
-#include <telepathy-logger/observer.h>
+#include <telepathy-logger/channel-factory-internal.h>
+#include <telepathy-logger/observer-internal.h>
static gint factory_counter = 0;
diff --git a/tests/tpl-channel-test.c b/tests/tpl-channel-test.c
index f11980e..f571e6b 100644
--- a/tests/tpl-channel-test.c
+++ b/tests/tpl-channel-test.c
@@ -28,7 +28,7 @@
#include "tpl-channel-test.h"
#include <telepathy-logger/action-chain-internal.h>
-#include <telepathy-logger/channel.h>
+#include <telepathy-logger/channel-internal.h>
static void call_when_ready_wrapper (TplChannel *tpl_chan, GAsyncReadyCallback
cb, gpointer user_data);
diff --git a/tests/tpl-channel-test.h b/tests/tpl-channel-test.h
index 93ae63c..4cc0339 100644
--- a/tests/tpl-channel-test.h
+++ b/tests/tpl-channel-test.h
@@ -33,8 +33,8 @@
#include <telepathy-glib/contact.h>
#include <telepathy-glib/svc-client.h>
-#include <telepathy-logger/channel.h>
-#include <telepathy-logger/observer.h>
+#include <telepathy-logger/channel-internal.h>
+#include <telepathy-logger/observer-internal.h>
G_BEGIN_DECLS
#define TPL_TYPE_CHANNEL_TEST (tpl_channel_test_get_type ())
diff --git a/tests/twisted/main-debug.c b/tests/twisted/main-debug.c
index 4a343f6..69688fd 100644
--- a/tests/twisted/main-debug.c
+++ b/tests/twisted/main-debug.c
@@ -23,9 +23,9 @@
#include <dbus/dbus.h>
-#include <telepathy-logger/observer.h>
-#include <telepathy-logger/channel-factory.h>
-#include <telepathy-logger/channel-text.h>
+#include <telepathy-logger/observer-internal.h>
+#include <telepathy-logger/channel-factory-internal.h>
+#include <telepathy-logger/channel-text-internal.h>
static TplObserver *