From 55fde81b50f6140a2c20834a04d164f43128ac2e Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 4 Feb 2021 22:15:10 +1300 Subject: [PATCH] Add a bit more info about various suites, and how to time timezone --- testing/README.regression_tests | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/testing/README.regression_tests b/testing/README.regression_tests index 0360008c..76dc60a6 100644 --- a/testing/README.regression_tests +++ b/testing/README.regression_tests @@ -124,6 +124,36 @@ the options being This should allow for convenient updating of tests and expected results. +TEST SUITES +----------- + +binding + + Test binding locations under a principal. + +carddav + + CardDAV related tests. + +ischedule + + Scheduling extensions. + +regression-suite + + Bulk of the regression tests. + +scheduling + + Scheduling extensions. + +timezone + + Timezone tests. To run these you need to have run: + ../zondedb/update-tzdata.sh + which in turn needs a binary called vzic. You build this from: + https://github.com/libical/vzic + WRITING TESTS -------------