Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
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. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-20 | stdlib: Relax maps test suite for HiPE | Björn-Egil Dahlberg | |
2015-05-19 | stdlib: Test maps:filter/2 | Björn-Egil Dahlberg | |
2015-04-13 | stdlib: Correct maps module exceptions upon errors | Björn-Egil Dahlberg | |
Bad input to maps module function will now yield exceptions: * {badmap,NotMap} or, * badarg | |||
2014-08-26 | stdlib: Test maps:with/2 | Björn-Egil Dahlberg | |
2014-04-15 | Add docs and test for maps:get/3 | Sergey Abramyan | |