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

Matthew Swift
24.31.2011 a8421d3374bd1320f306569b68458e507931f879
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/RDNTestCase.java
@@ -66,8 +66,8 @@
  // org bytestring.
  private static final ByteString ORG = ByteString.valueOf("org");
  // opends bytestring.
  private static final ByteString OPENDS = ByteString.valueOf("opends");
  // opendj bytestring.
  private static final ByteString OPENDJ = ByteString.valueOf("opendj");
@@ -425,7 +425,7 @@
  @Test
  public void testGetAttributeName() throws Exception
  {
    final RDN rdn = RDN.valueOf("dc=opends+cn=org");
    final RDN rdn = RDN.valueOf("dc=opendj+cn=org");
    assertTrue(rdn.isMultiValued());
    assertEquals(rdn.size(), 2);
    final Iterator<AVA> it = rdn.iterator();