X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Fagendav-fixtures.sql;h=535f02333c23d70aad20198519a23393a5440bd7;hp=780e062d1c0cb78c7a420b6ba3a6d768e980c63e;hb=HEAD;hpb=342327326fc5203b34435a7291f5528f214c1717 diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql deleted file mode 100644 index 780e062..0000000 --- a/test/sql/agendav-fixtures.sql +++ /dev/null @@ -1,9 +0,0 @@ -/* Add an AgenDAV record for one user only. */ -INSERT INTO prefs (username, options) VALUES ('adam@example.net', 'herp'); -INSERT INTO shared (user_from, user_which, calendar) - VALUES ('adam@example.net', 'beth@example.net', 'derp'); - -/* Just kidding, here's another one! */ -INSERT INTO prefs (username, options) VALUES ('booger@example.com', 'herp'); -INSERT INTO shared (user_from, user_which, calendar) - VALUES ('booger@example.com', 'carol@example.net', 'derp');