Project

General

Profile

« Previous | Next » 

Revision 53031

Parameterize context utils methods with a boolean parameter for productionIndex, add production url
In delete claims method add check for deleting record

View differences:

TestClass.java
192 192
    }
193 193
    @Test
194 194
    public void testContext(){
195
        System.out.print(DMFContextHandler.fetchContextById("egi::organisation::uom"));
195
        System.out.print(DMFContextHandler.fetchContextById("egi::organisation::uom", false));
196 196
    }
197 197
    @Test
198 198
    public void testInsert() throws Exception, SQLStoreException {

Also available in: Unified diff