Ignore:
Timestamp:
08/18/14 15:36:30 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Unit test for updating profiles and components from groups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/test/java/clarin/cmdi/componentregistry/rest/ComponentRegistryRestServiceTest.java

    r5552 r5563  
    13021302                "UPDATE DESCRIPTION!");
    13031303        cResponse = getAuthenticatedResource(getResource().path(
    1304                 "/registry/components/" + desc.getId() + "/update")
    1305                 .queryParam(REGISTRY_SPACE_PARAM, "private")).type(
     1304                "/registry/components/" + desc.getId() + "/update")).type(
    13061305                MediaType.MULTIPART_FORM_DATA).post(ClientResponse.class, form);
    13071306        assertEquals(ClientResponse.Status.OK.getStatusCode(),
Note: See TracChangeset for help on using the changeset viewer.