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

Ludovic Poitou
03.20.2010 723443b7d2d329924aef432240afd8a5073f657f
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/LDAPv2TestCase.java
@@ -98,7 +98,7 @@
      message = r.readMessage();
      BindResponseProtocolOp bindResponse = message.getBindResponseProtocolOp();
      assertEquals(bindResponse.getResultCode(),
                   LDAPResultCode.INAPPROPRIATE_AUTHENTICATION);
                   LDAPResultCode.PROTOCOL_ERROR);
    }
    finally
    {