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

Peter Major
16.21.2013 4aa16886ef9ceb87b62417688829638d53004415
opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/MemoryBackendTestCase.java
@@ -328,6 +328,12 @@
        connection.modify("dn: dc=example,dc=com", "changetype: modify", "delete: dc", "dc: xxx");
    }
    @Test(expectedExceptions = ConstraintViolationException.class)
    public void testModifyStrictWithMissingAttribute() throws Exception {
        final Connection connection = getConnection();
        connection.modify("dn: dc=example,dc=com", "changetype: modify", "delete: cn");
    }
    @Test
    public void testSearchAttributesOperational() throws Exception {
        final Connection connection = getConnection();