Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | Add flag/option for disabling the character escaping functionality | Peter Andersson | |
OTP-13537 | |||
2016-03-09 | Fix minor issues with escaping characters | Peter Andersson | |
OTP-13003 | |||
2016-03-08 | Fix problems with formatted test_server printouts | Peter Andersson | |
2016-03-08 | Make sure special characters are escaped in e.g. pal and log printouts | Peter Andersson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-04-08 | [test_server] Add test_server_io:print_unexpected/1 | Siri Hansen | |
To use from any process to print a string in the unexpected_io.log. | |||
2013-03-28 | [test_server] Don't hang due to invalid io request | Siri Hansen | |
A bug in test_server_gl caused io requests containing invalid data (i.e. not unicode:chardata()) to hang, since no io reply was sent. This has been corrected. | |||
2013-02-07 | [test_server] Add error printouts in case writing to test case html log fails | Siri Hansen | |
Errors are printed to unexpected_io log. | |||
2013-01-25 | [test_server] Update test_server to handle unicode | Siri Hansen | |
* Use UTF-8 encoding for all HTML files, except the HTML version of the test suite generated with erl2html2:convert, which will have the same encoding as the original test suite (.erl) file. * Encode link targets in HTML files, allowing both special characters like "/", "&", "?" etc, and latin1 or unicode characters. * Use unicode modifier 't' with ~s and ~p when appropriate. * Use unicode:characters_to_list and unicode:characters_to_binary for conversion between binaries and strings instead of binary_to_list and list_to_binary. | |||
2012-10-23 | Introduce test_server_io and test_server_gl | Björn Gustavsson | |