summaryrefslogtreecommitdiff
path: root/tests/dbus/test-tpl-log-iter-xml.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:57:01 -0400
committerWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:57:01 -0400
commit02378b69d4057001f873875ea9c03bda516fc08d (patch)
treef0d0edbcf7a8c3c6f1572a25986921b6d58e89ea /tests/dbus/test-tpl-log-iter-xml.c
parente897c6f8284dc4ce6f5329fbfc6b24ba643d3ecd (diff)
downloadtelepathy-logger-02378b69d4057001f873875ea9c03bda516fc08d.tar.gz
Make TplLogStore:name immutable.
For all log stores except the Xml one, this is always set to the same thing. For the Xml one, the name of the store depends entirely on the value of empathy-legacy.
Diffstat (limited to 'tests/dbus/test-tpl-log-iter-xml.c')
-rw-r--r--tests/dbus/test-tpl-log-iter-xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c
index 1d64c15..7b966f6 100644
--- a/tests/dbus/test-tpl-log-iter-xml.c
+++ b/tests/dbus/test-tpl-log-iter-xml.c
@@ -28,7 +28,6 @@ setup (XmlTestCaseFixture* fixture,
GError *error = NULL;
fixture->store = g_object_new (TPL_TYPE_LOG_STORE_XML,
- "name", "testcase",
"testmode", TRUE,
NULL);