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

fixing serialisation issues for List<String>. Adding unit tests for goup service

File:
1 edited

Legend:

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

    r5549 r5553  
    4343        RegistryTestHelper.marshaller = marshaller;
    4444    }
     45   
     46   
    4547
    4648    public static ComponentDescription addComponent(ComponentRegistry testRegistry, String id, boolean isPublic) throws ParseException, JAXBException {
     
    111113        return addProfile(testRegistry, id, new ByteArrayInputStream(content.getBytes()), isPublic);
    112114    }
     115   
     116   
    113117
    114118    private static ProfileDescription addProfile(ComponentRegistry testRegistry, String id, InputStream content, boolean isPublic) throws ParseException,
Note: See TracChangeset for help on using the changeset viewer.