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

vharseko
18.35.2017 f537fdbdc8f10715a3091f593ef4976ba2d02f41
change test
2 files modified
5 ■■■■■ changed files
forgerock-parent @ a25f2d 2 ●●● patch | view | raw | blame | history
opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly/GrizzlyLDAPListenerTestCase.java 3 ●●●● patch | view | raw | blame | history
forgerock-parent
@@ -1 +1 @@
Subproject commit 3f8788491a311667503b53b12e9cc2f4fca5559a
Subproject commit a25f2dbfe0c1efe1153675d19070a6496d5cd327
opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly/GrizzlyLDAPListenerTestCase.java
@@ -719,7 +719,8 @@
                    new LDAPConnectionFactory(listenerAddr.getHostName(),
                        listenerAddr.getPort()).getConnection();
            failedConnection.close();
            connection.close();
            failedConnection.bind("cn=test", "password".toCharArray());
            failedConnection.close();
            fail("Connection attempt to closed listener succeeded unexpectedly");
        } catch (final ConnectionException e) {
            // Expected.