summaryrefslogtreecommitdiff
path: root/lib/debugger/test/dbg_ui_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ?line macrosBjörn Gustavsson2016-04-181-45/+45
| | | | While we are it, also re-ident the files.
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-04-181-8/+8
| | | | | | | | We want to re-ident the source files after having taken out all ?line macros. When re-indenting using Emacs, it's important that comments that should be at the beginning of a line (or follow the indentation of statements around it) must start with "%%".
* Eliminate doc and suite clausesBjörn Gustavsson2016-04-181-8/+1
|
* Eliminate use of test_server:fail/{0,1}Björn Gustavsson2016-04-181-1/+1
|
* Use proplists:get_value/2 instead of ?config()Björn Gustavsson2016-04-181-1/+1
|
* Modernize use of timetrapsBjörn Gustavsson2016-04-181-7/+6
| | | | | Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test.
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* 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 and also some migration fixes for debuggerLukas Larsson2011-02-171-46/+12
|
* 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 debugger tests to conform with common_test standardLukas Larsson2011-02-171-14/+21
|
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-2/+2
|
* Add test suite for debuggerBjörn Gustavsson2010-09-031-0/+288