X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Fagendav-fixtures.sql;h=535f02333c23d70aad20198519a23393a5440bd7;hp=5af6cdb11ca188177ba3935a181e2d1f678e86cf;hb=HEAD;hpb=a28cc0462daf47661f2921739b4df31f6e8f164c diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql deleted file mode 100644 index 5af6cdb..0000000 --- a/test/sql/agendav-fixtures.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* Add an AgenDAV record for one user only. */ -INSERT INTO prefs (username, options) VALUES ('adam@example.net', 'herp'); -INSERT INTO shares (owner, calendar, "with", options, rw) - VALUES ('/caldav.php/adam%40example.net/', - '/caldav.php/adam%40example.net/calendar-default', - '/beth%40example.net/', - 'a:0:{}', - false); - -/* Just kidding, here's another one! */ -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', - 'a:0:{}', - true);