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

neil_a_wilson
13.45.2006 e36a0df301a34a8680e3b82fed2889c768fd34e4
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Exception.java
@@ -73,7 +73,7 @@
    for (int i=0; i < 100; i++)
    {
      ASN1Exception e = new ASN1Exception(i, "Test");
      assertEquals(i, e.getMessageID());
      assertEquals(e.getMessageID(), i);
    }
  }
}