D-Bus testing: cover implicit URI

The local source name is the default for the URI value, test that
for "calendar".
This commit is contained in:
Patrick Ohly 2013-04-24 12:24:55 +02:00
parent 088053c3f0
commit 35fc6e80ab
1 changed files with 1 additions and 1 deletions

View File

@ -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" }