Age | Commit message (Expand) | Author |
2011-09-20 | Add ct_log:ct_log funcion | Lukas Larsson |
2011-09-20 | Add a hook for redirecting SASL and error_logger messages | Lukas Larsson |
2011-09-20 | Add -enable_builtin_hooks <bool> config option | Lukas Larsson |
2011-09-20 | Merge branch 'dev' into major | Henrik Nord |
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz |
2011-09-02 | Merge branch 'dev' into major | Hans Bolinder |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson |
2011-08-31 | Update CTH priority default to be 0 | Lukas Larsson |
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ... | Lukas Larsson |
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson |
2011-08-31 | Update internal hooks state to use a record instead of tuples | Lukas Larsson |
2011-08-29 | Merge branch 'dev' into major | Henrik Nord |
2011-08-29 | Merge branch 'rz/add_proplist_type' into dev | Henrik Nord |
2011-08-18 | common_test: Use line numbers in exceptions | Björn Gustavsson |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson |
2011-08-08 | common_test Makefile: Support parallel make | Björn Gustavsson |
2011-05-24 | Add a proplist() type | rzezeski |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
2011-05-09 | Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into dev | Lukas Larsson |
2011-05-06 | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev | Lukas Larsson |
2011-04-28 | Fix error in vts mode, making it impossible to execute suites with test case ... | Peter Andersson |
2011-04-28 | Fix problems with timetrap handling in common_test: | Peter Andersson |
2011-04-28 | Fix issues related to test case groups: | Peter Andersson |
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 | Fix problem with CT hook start error causing IO to be sent to wrong group lea... | Peter Andersson |
2011-04-15 | Export ct_framework:end_tc/3 for backwards compatability reasons | Lukas Larsson |
2011-03-31 | Fix ct_framework to not crash when error_notification location is undefined. | Lukas Larsson |
2011-03-22 | Fix bug which would make cth's to not be removed when out of scope when addin... | Lukas Larsson |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-10 | Merge branch 'lukas/common_test/suite_callback/OTP-8851' into dev | Lukas Larsson |
2011-03-09 | Update init_per_suite to not crash when there is no suite/0 | Lukas Larsson |
2011-02-28 | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into dev | Lukas Larsson |
2011-02-21 | Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0 | Lukas Larsson |
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int... | Lukas Larsson |
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson |
2011-02-17 | Fix bug where the state of an SCB was altered when no on_tc_* existed | Lukas Larsson |
2011-02-17 | Update SCBs to use a specific id/1 function for SCb overriding instead of ret... | Lukas Larsson |
2011-02-17 | Add documentation for SCBs | Lukas Larsson |
2011-02-15 | Update test spec parser to not group suites, groups and cases which are hiera... | Lukas Larsson |
2011-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ... | Lukas Larsson |
2011-01-24 | Add possibility to get all testdata | Lukas Larsson |
2011-01-24 | Fix bug when groups refer to groups in the groups/0 function | Lukas Larsson |
2011-01-24 | Add support for external groups. | Lukas Larsson |
2011-01-24 | Refactor code to make it easier to debug | Lukas Larsson |
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson |
2010-12-09 | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ... | Lukas Larsson |
2010-12-08 | Add so that failures in SCB:init/1 causes the entire scb scope to fail | Lukas Larsson |
2010-12-08 | Fix bug which caused scb to be added too much when initiated in the suite inf... | Lukas Larsson |