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

Matthew Swift
13.35.2012 38d24d10c6d41d7e8cc7fad2abc696341432e69b
OPENDJ-612: SDK: Race conditions installing client/server filter chains during connect/bind/accept

Re-enable DefaultTCPNIOTransportTestCase to see if it was the cause of the problems.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/com/forgerock/opendj/ldap/DefaultTCPNIOTransportTestCase.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/com/forgerock/opendj/ldap/DefaultTCPNIOTransportTestCase.java
@@ -48,7 +48,7 @@
     * @throws Exception
     *             If an unexpected error occurred.
     */
    @Test(enabled = false)
    @Test(enabled = true)
    public void testGetInstance() throws Exception {
        // Create a transport.
        final TCPNIOTransport transport = DefaultTCPNIOTransport.getInstance();