mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
08.47.2012 033ba136d7c53cc7883f4d1d3ab78af7ebd198cc
Minor changes to debug Jenkins failures take 2.
1 files modified
8 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java 8 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java
@@ -347,7 +347,7 @@
     * @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();
@@ -526,7 +526,7 @@
     * @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 =
@@ -617,7 +617,7 @@
     * @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 =
@@ -675,7 +675,7 @@
     * @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 =