summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:24:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:24:37 +0200
commit92fe674be3a9b3d0d18a9018e52fcfe5eca7732e (patch)
treee9658955ed5715b4c938d21b4324374c14c82794 /tests
parent2e02fc6f1368aa8a745535131d94b5d29fb3c11a (diff)
downloadtelepathy-logger-92fe674be3a9b3d0d18a9018e52fcfe5eca7732e.tar.gz
rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntry
Diffstat (limited to 'tests')
-rw-r--r--tests/test-tpl-log-entry.c6
-rw-r--r--tests/test-tpl-log-manager.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-tpl-log-entry.c b/tests/test-tpl-log-entry.c
index 92a3fe5..f7d27d7 100644
--- a/tests/test-tpl-log-entry.c
+++ b/tests/test-tpl-log-entry.c
@@ -6,15 +6,15 @@
#define LOG_ID "0"
#define ACCOUNT_PATH "/org/freedesktop/Telepathy/Account/FOO/BAR/BAZ"
#define CHAT_ID "echo@test.collabora.co.uk"
-#define DIRECTION TPL_LOG_ENTRY_DIRECTION_IN
+#define DIRECTION TPL_ENTRY_DIRECTION_IN
int main (int argc, char **argv)
{
- TplLogEntryText *log;
+ TplEntryText *log;
g_type_init ();
- log = _tpl_log_entry_text_new (LOG_ID, ACCOUNT_PATH, DIRECTION);
+ log = _tpl_entry_text_new (LOG_ID, ACCOUNT_PATH, DIRECTION);
return 0;
diff --git a/tests/test-tpl-log-manager.c b/tests/test-tpl-log-manager.c
index 0ad39b4..01739df 100644
--- a/tests/test-tpl-log-manager.c
+++ b/tests/test-tpl-log-manager.c
@@ -4,7 +4,7 @@
#define LOG_ID 0
#define CHAT_ID "echo@test.collabora.co.uk"
-#define DIRECTION TPL_LOG_ENTRY_DIRECTION_IN
+#define DIRECTION TPL_ENTRY_DIRECTION_IN
int main (int argc, char **argv)
{