]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - test/sql/agendav-fixtures.sql
mailshears.gemspec: bump version to 0.1.0
[mailshears.git] / test / sql / agendav-fixtures.sql
diff --git a/test/sql/agendav-fixtures.sql b/test/sql/agendav-fixtures.sql
deleted file mode 100644 (file)
index 49bed6a..0000000
+++ /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:{}',
-         0);
-
-/* 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:{}',
-         1);