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

Matthew Swift
04.12.2013 ff499dddfe79aabd9b995f3f4d2a033ae7b2cfa7
opendj3/opendj-rest2ldap/src/test/java/org/forgerock/opendj/rest2ldap/BasicRequestsTest.java
@@ -27,9 +27,9 @@
import java.io.IOException;
import org.forgerock.json.resource.ConflictException;
import org.forgerock.json.resource.Connection;
import org.forgerock.json.resource.NotFoundException;
import org.forgerock.json.resource.PreconditionFailedException;
import org.forgerock.json.resource.RequestHandler;
import org.forgerock.json.resource.Resource;
import org.forgerock.json.resource.RootContext;
@@ -79,7 +79,7 @@
        }
    }
    @Test(expectedExceptions = ConflictException.class, enabled = false)
    @Test(expectedExceptions = PreconditionFailedException.class)
    public void testDeleteMVCCNoMatch() throws Exception {
        final RequestHandler handler = newCollection(builder().build());
        final Connection connection = newInternalConnection(handler);