X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fsql%2Fagendav-fixtures.sql;h=780e062d1c0cb78c7a420b6ba3a6d768e980c63e;hp=76cdba18ac79add7b19071a8875e96b11dc4f36f;hb=cc120c717cc6edb0291cc0cfbb8f2404daa57dbb;hpb=e1d4b3dd098d2107bbf5ca84d36c8052706e86a8 diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql index 76cdba1..780e062 100644 --- a/test/sql/agendav-fixtures.sql +++ b/test/sql/agendav-fixtures.sql @@ -2,3 +2,8 @@ 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');