summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/format_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ?line macrosBjörn Gustavsson2016-03-091-2/+2
| | | | While we are it, also re-ident the files.
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-4/+1
|
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-9/+6
| | | | | Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test.
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
| | | | | | | As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl.
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
|
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
|
* Fix formatting for stdlibLukas Larsson2011-02-171-4/+5
|
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
|
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
|
* Update stdlib tests to conform with common_test standardLukas Larsson2011-02-171-6/+14
|
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-2/+2
|
* Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP2010-01-311-6/+6
|\ | | | | | | | | | | | | | | | | * bg/cleanup-tests: file_SUITE: eliminate a warning for an unused variable kernel tests: modernize guard tests unicode_SUITE: replace deprecated concat_binary/1 with list_to_binary/1 stdlib tests: modernize guard tests Test suites: fix creation of Emakefiles
| * stdlib tests: modernize guard testsBjörn Gustavsson2010-01-291-1/+1
|/ | | | | | Don't change any guard tests in the id_transform_SUITE module, because it intentionally use the old guard tests to test that id_transform can handle them.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+51