| | |
| | | * @throws Exception |
| | | * If an unexpected exception occurred. |
| | | */ |
| | | @Test(enabled=false) |
| | | @Test(enabled = false) |
| | | public void testLDAPListenerLoadBalanceDuringHandleBind() throws Exception { |
| | | // Online server listener. |
| | | final int onlineServerPort = TestCaseUtils.findFreePort(); |
| | |
| | | * @throws Exception |
| | | * If an unexpected exception occurred. |
| | | */ |
| | | @Test(enabled=false) |
| | | @Test(enabled = false) |
| | | public void testLDAPListenerProxyDuringHandleBind() throws Exception { |
| | | final MockServerConnection onlineServerConnection = new MockServerConnection(); |
| | | final MockServerConnectionFactory onlineServerConnectionFactory = |
| | |
| | | * @throws Exception |
| | | * If an unexpected error occurred. |
| | | */ |
| | | @Test(enabled=false) |
| | | @Test(enabled = false) |
| | | public void testMaxRequestSize() throws Exception { |
| | | final MockServerConnection serverConnection = new MockServerConnection(); |
| | | final MockServerConnectionFactory factory = |
| | |
| | | * @throws Exception |
| | | * If an unexpected error occurred. |
| | | */ |
| | | @Test(enabled=false) |
| | | @Test(enabled = false) |
| | | public void testServerDisconnect() throws Exception { |
| | | final MockServerConnection serverConnection = new MockServerConnection(); |
| | | final MockServerConnectionFactory factory = |