diff --git a/testing/README.regression_tests b/testing/README.regression_tests index cd9ea627..a5acfe3c 100644 --- a/testing/README.regression_tests +++ b/testing/README.regression_tests @@ -41,7 +41,7 @@ to /etc/hosts and a VirtualHost to Apache with RewriteRule ^/\.well-known/(.*)$ /caldav.php/.well-known/$1 [NC,L] # let caldav.php handle "anything else" RewriteCond %{REQUEST_URI} !^/$ - RewriteCond %{REQUEST_URI} !\.(php|css|png|gif|js|jpg) + RewriteCond %{REQUEST_URI} !\.(php|css|png|gif|js|jpg|ico) RewriteRule ^(.*)$ /caldav.php$1 [NC,L] @@ -60,6 +60,8 @@ former) with $c->hide_alarm = true; // some freebusy queries will be 404 otherwise $c->public_freebusy_url = true; + // helps with 1035-GET-mashup + $c->get_includes_subcollections = true; // for ischedule suite; also needs DKIM set up? $c->enable_scheduling = true; diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index 4f281eee..4630c013 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -11,7 +11,7 @@ # DBNAME=regression PGPOOL=inactive -HOSTNAME=regression +HOSTNAME=mycaldav # We need to run the regression tests in the timezone they were written for. export PGTZ=Pacific/Auckland