profile2 = fabric8.getProfile(version.getId(), "unitTestProfileIDE");
assertNull("The profile hasn't been deleted from backstore", profile2);
} catch (IOException ex) {
fail(ex.getMessage());
} finally {
con.disconnect();
}
}
@Test
public void testSetProfilesForContainer() throws Exception {