summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/win32reg_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ?line macrosBjörn Gustavsson2016-03-091-4/+4
| | | | While we are it, also re-ident the files.
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-2/+1
|
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-7/+3
| | | | | Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test.
* Merge branch 'maint'Sverker Eriksson2016-03-081-22/+27
|\
| * Test windows registry in places we are allowed to writeDan Gudmundsson2016-03-081-22/+27
| | | | | | | | | | Since Windows 8 we are not allowed (in non elevated mode) to write to hklm.
* | 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-13/+7
|
* 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-4/+14
|
* Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP2010-01-311-7/+7
|\ | | | | | | | | | | | | | | | | * 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-2/+2
|/ | | | | | 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/+89