summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:58 -0400
committerWill Thompson <will.thompson@collabora.co.uk>2012-09-25 18:56:58 -0400
commit6e7a9e68a6259ea3deaf6f8125435d3c4f86baa3 (patch)
treedade7ae9398da1398d6ad782040c481fa3600148 /tests
parente79bf63afac074b24d7d1ba1c0b0f7bb4b042c8d (diff)
downloadtelepathy-logger-6e7a9e68a6259ea3deaf6f8125435d3c4f86baa3.tar.gz
TplLogStore: remove writable property.
This property was defined by the interface to be readwrite, but this doesn't make any sense: if the object implements the add_event method, then it is writable, and if not, it doesn't.
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/test-tpl-log-store-pidgin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c
index 7d54d5f..9e94b9b 100644
--- a/tests/dbus/test-tpl-log-store-pidgin.c
+++ b/tests/dbus/test-tpl-log-store-pidgin.c
@@ -254,7 +254,6 @@ test_basedir (PidginTestCaseFixture *fixture,
store = g_object_new (TPL_TYPE_LOG_STORE_PIDGIN,
"name", "testcase",
"readable", FALSE,
- "writable", FALSE,
NULL);
dir = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (), ".purple",
"logs", NULL);