Ensure test responses are displayed in their unprocessed form.
[davical.git] / testing / README.regression_tests
blob6a7293fef8c6df8142f047d6e61c404e11d39fbd
1 Regression Testing
2 ==================
4 At present these regression tests are basically written to work in my
5 own environment.  While I am, of course, happy to see patches that make
6 them more generic they are still very much a work in progress.
8 In order to run them in your environment you will need to ensure both
9 the Webserver and Database server run in the 'Pacific/Auckland' timezone
10 since the regression testing puts a number of events into the database
11 in a floating timezone, and some responses which are affected by these
12 events are reported in UTC (mostly freebusy results).
14 On a Debian system you can do this by adding the line:
16   export TZ=Pacific/Auckland
18 to /etc/apache2/envvars, and the line:
20   TZ = 'Pacific/Auckland'
22 to /etc/postgresql/8.4/main/environment
24 You will also need to edit regression.conf as indicated in that file.