From 35fc6e80abcd57f6869b87c75a94f42a24d96948 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 24 Apr 2013 12:24:55 +0200 Subject: D-Bus testing: cover implicit URI The local source name is the default for the URI value, test that for "calendar". --- test/test-dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.3