Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-26 | Fix problem with wrong data_dir sent to hooks if init_per_* is missing | Peter Andersson | |
2012-03-19 | Fix error with group config deleted before post_end_per_group | Peter Andersson | |
OTP-9989 Also improve ct_hooks test suite. | |||
2012-03-19 | Introduce new test suite for CTHs | Peter Andersson | |
2011-11-29 | Reverse hook order for *_end_per_* hooks | Lukas Larsson | |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-05-06 | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev | Lukas Larsson | |
* lukas/common_test/ct_hook_bugs/OTP-9264: Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-04-28 | Make it possible to refresh the top level index page at the start of a test run. | Peter Andersson | |
2011-04-20 | Do minor updates of the ts test framework. | Peter Andersson | |
2011-03-22 | Fix bug which would make cth's to not be removed when out of scope when ↵ | Lukas Larsson | |
adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |