summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-04-24 12:24:55 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-13 17:49:50 +0200
commit35fc6e80abcd57f6869b87c75a94f42a24d96948 (patch)
tree5109a0d950f33a2b584c945c8d025a415053cd71
parent088053c3f0d9cc148974d6cc148dffa2b010d3b8 (diff)
D-Bus testing: cover implicit URI
The local source name is the default for the URI value, test that for "calendar".
-rwxr-xr-xtest/test-dbus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-dbus.py b/test/test-dbus.py
index 3c4bd5c8..9af8bfd7 100755
--- a/test/test-dbus.py
+++ b/test/test-dbus.py
@@ -1121,7 +1121,7 @@ Use check=lambda: (expr1, expr2, ...) when more than one check is needed.
"database": "file://" + xdg_root + "/server" } }
if enableCalendar:
config["source/calendar"] = { "sync": "two-way",
- "uri": "calendar",
+ # "uri": "calendar", uri = local source name is the default
"backend": "file",
"databaseFormat": "text/calendar",
"database": "file://" + xdg_root + "/server-calendar" }