summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-03-12 20:15:41 +0100
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-03-12 20:16:47 +0100
commite2d78f9870c39d75c95f00dcb85645a426d59f74 (patch)
treecbddcb074a5e20f668884d1917d900d028a47e51 /tests
parent36b946f07540594330b9c8d48182c23fc7bca87a (diff)
downloadtelepathy-logger-e2d78f9870c39d75c95f00dcb85645a426d59f74.tar.gz
Renaming TplLogStoreDefault to TplLogStoreXml
Diffstat (limited to 'tests')
-rw-r--r--tests/test-searches.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-searches.c b/tests/test-searches.c
index 6a9b142..3ec2000 100644
--- a/tests/test-searches.c
+++ b/tests/test-searches.c
@@ -4,7 +4,7 @@
#include <telepathy-logger/log-manager.h>
#include <telepathy-logger/log-store.h>
-#include <telepathy-logger/log-store-empathy.h>
+#include <telepathy-logger/log-store-xml.h>
static GMainLoop *loop = NULL;
@@ -51,7 +51,7 @@ main (int argc, char *argv[])
/* get the LogManager and register a non-default LogManager */
manager = tpl_log_manager_dup_singleton ();
- logstore = g_object_new (TPL_TYPE_LOG_STORE_EMPATHY,
+ logstore = g_object_new (TPL_TYPE_LOG_STORE_XML,
"name", "Empathy", NULL);
tpl_log_manager_register_log_store (manager, logstore);