summaryrefslogtreecommitdiff
path: root/lib/common_test
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseOTP_R14B03Erlang/OTP2011-05-242-1/+70
* Update copyright yearsBjörn-Egil Dahlberg2011-05-206-6/+6
* OTP-9094: [httpc] Add support for upload body streaming (PUT and POST).Micael Karlberg2011-05-161-1/+1
|\
| * Merge branch 'dev' into bmk/inets/inet56_integrationMicael Karlberg2011-04-061-1/+1
| |\
| * \ Merge branch 'dev' into bmk/inets/ftp/missing_spec_causes_dialyxer_problems/O...Micael Karlberg2011-03-1763-68/+108
| |\ \
* | \ \ Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into devLukas Larsson2011-05-091-1/+1
|\ \ \ \
| * | | | Fix ct_framework to not crash when error_notification location is undefined.Lukas Larsson2011-03-311-1/+1
| | |/ / | |/| |
* | | | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into devLukas Larsson2011-05-063-6/+84
|\ \ \ \
| * | | | Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson2011-03-223-6/+84
| |/ / /
* | | | Fix error in vts mode, making it impossible to execute suites with test case ...Peter Andersson2011-04-282-11/+25
* | | | Fix problem with merging ticket branch.Peter Andersson2011-04-281-1/+2
* | | | Fix problems with timetrap handling in common_test:Peter Andersson2011-04-283-8/+89
* | | | Document the new init_per_testcase return value.Peter Andersson2011-04-282-9/+15
* | | | Make it possible to fail test case by returning {fail,Reason} from init_per_t...Peter Andersson2011-04-282-15/+25
* | | | Fix problem with merging a ticket branch.Peter Andersson2011-04-281-1/+2
* | | | Fix issues related to test case groups:Peter Andersson2011-04-283-26/+43
* | | | Add test case for suite with empty group.Peter Andersson2011-04-282-19/+49
* | | | Improve validation of test events.Peter Andersson2011-04-281-40/+82
* | | | Fix failing tests on Windows.Peter Andersson2011-04-281-1/+5
* | | | Make it possible to refresh the top level index page at the start of a test run.Peter Andersson2011-04-285-66/+213
* | | | Fix problem with CT hook start error causing IO to be sent to wrong group lea...Peter Andersson2011-04-205-23/+34
* | | | Do minor updates of the ts test framework.Peter Andersson2011-04-2015-89/+154
* | | | Correct failing test cases.Peter Andersson2011-04-203-8/+5
* | | | Merge branch 'maint-r14' into devLukas Larsson2011-04-201-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prepare releaseErlang/OTP2011-04-152-1/+29
| * | | Export ct_framework:end_tc/3 for backwards compatability reasonsLukas Larsson2011-04-151-1/+4
| |/ /
* | | Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
* | | Prepare releaseOTP_R14B02Erlang/OTP2011-03-142-1/+39
* | | Update copyright yearsBjörn-Egil Dahlberg2011-03-1161-61/+61
* | | Merge branch 'lukas/common_test/suite_callback/OTP-8851' into devLukas Larsson2011-03-102-5/+7
|\ \ \ | |_|/ |/| |
| * | Update init_per_suite to not crash when there is no suite/0Lukas Larsson2011-03-091-1/+3
| * | Update links info in ct_hooks to point to the right placeLukas Larsson2011-03-081-2/+2
| * | Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0Lukas Larsson2011-02-211-3/+3
* | | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into devLukas Larsson2011-02-284-53/+1040
|\ \ \
| * | | Add test event info for the old testsLukas Larsson2011-02-151-180/+690
| * | | Update test spec parser to not group suites, groups and cases which are hiera...Lukas Larsson2011-02-154-80/+408
| * | | Add test cases for test spec ordering of testcases in specLukas Larsson2011-01-201-1/+153
* | | | Rename Suite Callback to Common Test HookLukas Larsson2011-02-1713-13/+13
* | | | Update all test specsLukas Larsson2011-02-171-1/+1
* | | | Fix formatting for common test testcasesLukas Larsson2011-02-1712-126/+123
* | | | Add ts_install_scb to suite/0Lukas Larsson2011-02-1713-0/+26
* | | | Update common_test tests to conform with common_test standardLukas Larsson2011-02-1713-124/+179
* | | | Common test spec fixLukas Larsson2011-02-171-1/+1
* | | | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int...Lukas Larsson2011-02-173-143/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix bug with subgroups after introduction of remote groupsLukas Larsson2011-02-141-2/+3
| * | | Rename Suite Callback to Common Test HookLukas Larsson2011-02-091-109/+0
| * | | Change format of remote groups to {group, Module, GroupName}, note that this ...Lukas Larsson2011-01-241-18/+19
| * | | Add possibility to get all testdataLukas Larsson2011-01-241-0/+3
| * | | Fix bug when groups refer to groups in the groups/0 functionLukas Larsson2011-01-241-7/+25