]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/sql/agendav-fixtures.sql
Change the description at the top of the executable.
[mailshears.git] / test / sql / agendav-fixtures.sql
index 76cdba18ac79add7b19071a8875e96b11dc4f36f..780e062d1c0cb78c7a420b6ba3a6d768e980c63e 100644 (file)
@@ -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');