aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/test
AgeCommit message (Collapse)Author
2016-12-15eldap: add cover spec for nightly testsHans Nilsson
2016-06-02eldap: increase test suite timetrapHans Nilsson
A couple of test machines seem to have slow networking (?), so the remote eldap server initialization is aborted in init_per_suite
2016-05-24eldap: ts-macros replacedHans Nilsson
2016-05-05Ignore tcp errors during close request to eldapDaniil Fedotov
If underlying tcp connection is closed and LDAP operation returned tcp error, then client applications tend to close ldap handle with eldap:close. This will cause do_unbind to throw gen_tcp_error, which is unhandled and will be sent to linked process as {nocatch, {gen_tcp_error, ...}}. eldap should ignore gen_tcp_error during close, because it will be closing anyway.
2016-03-15update copyright-yearHenrik Nord
2016-02-25Merge branch 'maint'Hans Nilsson
2016-02-22eldap: referral resultCodeHans Nilsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjö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-18Change license text to APLv2Bruce Yinhe
2015-05-06eldap: Test suite uppdated to new time handlingHans Nilsson
2014-12-17eldap: Remove trailing white space.Hans Nilsson
2014-12-17eldap: Test cases for a few return values (open, close)Hans Nilsson
2014-12-17eldap: updated eldap:close in testsHans Nilsson
2014-12-17eldap: Corrects SSL over IPv6 test.Hans Nilsson
2014-12-17eldap: Removes eldap_misc_SUITE that is now included in eldap_basic_SUITE.Hans Nilsson
2014-12-17eldap: Add encode/decode tests.Hans Nilsson
2014-12-17eldap: Merge eldap_connections_SUITE into eldab_basic_SUITEHans Nilsson
2014-12-17 eldap: Adds ssl to connections test suiteHans Nilsson
2014-12-17eldap: Updates basic test suiteHans Nilsson
- Splits one large testcase into smaller ones. - Makes tests independent - Adds some tests.
2014-10-30eldap: extensibleMatch added.Hans Nilsson
2014-10-14eldap: dynamically excludes unsupported ip versions.Hans Nilsson
2014-09-18eldap: New very basic test suite.Hans Nilsson
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-03-21eldap: Fix asn.1 decode into binariesHans Nilsson
2014-02-24Add test suites performing app and appup file checksTobias Schlager
Add the mentioned test suites for *all* library and touched non-library applications.
2013-11-14[eldap, inets]: fix testcases when ssl not is presentFredrik Gustafsson
2013-10-28eldap: Changed instruction in test/READMEHans Nilsson
2013-10-28eldap: Add START_TLS (OTP-11336)Hans Nilsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-05-02Fix include issues in when building testsLukas Larsson
2012-03-22[eldap] Add dereference options in searchPeter Lund
And fix search reply when no object is found
2012-03-21[eldap] Add infrastructureDan Gudmundsson