use of org.eclipse.tycho.p2.tools.mirroring.facade.MirrorOptions in project tycho by eclipse.
the class MirrorStandaloneTest method testMirrorSpecificUnitSpecificVersion.
@Test
public void testMirrorSpecificUnitSpecificVersion() throws Exception {
subject.mirrorStandalone(e342PlusFragmentsRepo(), destinationRepo, Collections.singletonList(new IUDescription("org.eclipse.core.runtime", "3.4.0.v20080512")), new MirrorOptions(), targetFolder);
assertEquals(1, getMirroredBundleFiles().length);
assertTrue(repoFile(destinationRepo, "plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar").exists());
}
Aggregations