X-Git-Url: https://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Fagendav-fixtures.sql;fp=test%2Fsql%2Fagendav-fixtures.sql;h=0000000000000000000000000000000000000000;hp=535f02333c23d70aad20198519a23393a5440bd7;hb=d078dd8216e0cd101a945dfac448bde9f7d73d1a;hpb=7a372ba193246c043d64553b806b48086d128cbb diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql deleted file mode 100644 index 535f023..0000000 --- a/test/sql/agendav-fixtures.sql +++ /dev/null @@ -1,34 +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/', - '/caldav.php/booger%40example.com/calendar-default', - '/carol%40example.net/', - 'a:0:{}', - true); - -/* These two are missing a prefs entry to test the removal of "shares" - * entries in that situation. -*/ -INSERT INTO shares (owner, calendar, "with", options, rw) - VALUES ('/caldav.php/stinky%40example.com/', - '/caldav.php/stinky%40example.com/calendar-default', - '/herp%40example.net/', - 'a:0:{}', - true); - -INSERT INTO shares (owner, calendar, "with", options, rw) - VALUES ('/caldav.php/goober%40example.com/', - '/caldav.php/goober%40example.com/calendar-default', - '/derp%40example.net/', - 'a:0:{}', - true);