"test/repositories/1/org1/mod1.1/ivys/ivy-1.0.xml").toURL(),
getResolveOptions(new String[] {"*"}));
assertFalse(report.hasError());
// now we clean the repository to simulate repo not available (network pb for instance)
Delete del = new Delete();
del.setProject(new Project());
del.setDir(new File("build/testCache2"));
del.execute();
// now do a new resolve: it should use cached data
report = ivy.resolve(new File("test/repositories/1/org1/mod1.1/ivys/ivy-1.0.xml").toURL(),
getResolveOptions(new String[] {"*"}));
assertFalse(report.hasError());