From 84c07224a04189d42abbcd2dbfaf541fa53a90ff Mon Sep 17 00:00:00 2001 From: James Lal Date: Wed, 10 Oct 2012 11:31:20 -0700 Subject: server/capability tests --- test/servers/servers.json.tpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/servers/servers.json.tpl (limited to 'test/servers/servers.json.tpl') diff --git a/test/servers/servers.json.tpl b/test/servers/servers.json.tpl new file mode 100644 index 0000000..ce44f42 --- /dev/null +++ b/test/servers/servers.json.tpl @@ -0,0 +1,15 @@ +{ + "google": { + "domain": "https://calendar.google.com", + "user": "user", + "password": "pass", + "uri": "/calendar/dav/" + }, + + "yahoo": { + "domain": "https://caldav.calendar.yahoo.com", + "user": "user", + "password": "pass", + "uri": "/" + } +} -- cgit