]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Fix the AgenDAV fixures SQL, again.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Mar 2017 01:11:23 +0000 (20:11 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Mar 2017 01:11:23 +0000 (20:11 -0500)
test/sql/agendav-fixtures.sql

index 5af6cdb11ca188177ba3935a181e2d1f678e86cf..fe39f6ef014103ecea34a85381cba9f833fdfcd3 100644 (file)
@@ -11,7 +11,7 @@ INSERT INTO shares (owner, calendar, "with", options, rw)
 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',
+          '/carol%40example.net/',
          'a:0:{}',
          true);