From: Michael Orlitzky Date: Sun, 5 Mar 2017 01:11:23 +0000 (-0500) Subject: Fix the AgenDAV fixures SQL, again. X-Git-Tag: 0.0.3~9 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=c91d65b619b00073328053d729990202f0408905;hp=a28cc0462daf47661f2921739b4df31f6e8f164c;ds=inline Fix the AgenDAV fixures SQL, again. --- diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql index 5af6cdb..fe39f6e 100644 --- a/test/sql/agendav-fixtures.sql +++ b/test/sql/agendav-fixtures.sql @@ -11,7 +11,7 @@ INSERT INTO shares (owner, calendar, "with", options, rw) INSERT INTO prefs (username, options) VALUES ('booger@example.com', 'herp'); INSERT INTO shares (owner, calendar, "with", options, rw) VALUES ('/caldav.php/booger%40example.com/', - '/carol%40example.net/', '/caldav.php/booger%40example.com/calendar-default', + '/carol%40example.net/', 'a:0:{}', true);