ResolveReport report = ivy.resolve(ResolveTest.class.getResource("ivy-extra-att3.xml"),
getResolveOptions(ivy.getSettings(), new String[] {"*"}).setValidate(false));
assertTrue(report.hasError());
// should report error about missing extra attribute in dependency module descriptor
mockLogger.assertLogContains("expected='task2' found='null'");
}
public void testExtraAttributes4() throws Exception {
// second test case for IVY-745: now we disable consistency checking, everything should work fine
Ivy ivy = new Ivy();