ivy.retrieve(md.getModuleRevisionId(), pattern, getRetrieveOptions());
fail("Exeption should have been thrown!");
} catch (RuntimeException e) {
// expected!
}
mockLogger.assertLogDoesntContain("multiple artifacts");
}
public void testEvent() throws Exception {
ResolveReport report = ivy.resolve(new File(
"test/repositories/1/org1/mod1.1/ivys/ivy-1.0.xml").toURL(),