@Test
public void reconcileTestWithType()throws Exception{
/*
* testing
*/
SindiceService service = new SindiceService(name, name, null, jsonUtil, new RdfUtilitiesImpl(), mockBroker, mockQueryEndpointFactory);
request.setTypes(new String[] {"httphttp://xmlns.com/foaf/0.1/Person"});
service.reconcile(request);
/*
* Verification