assertNotNull(list);
assertEquals(0, list.size());
}
public static void testDeployBundle() throws Exception {
PutResult r = repo.put(new BufferedInputStream(new FileInputStream("testdata/bundles/name.njbartlett.osgi.emf.minimal-2.6.1.jar")), new RepositoryPlugin.PutOptions());
File deployedFile = new File(r.artifact);
assertEquals(IO.getFile("generated/testoutput/name.njbartlett.osgi.emf.minimal/name.njbartlett.osgi.emf.minimal-2.6.1.jar")
.getAbsolutePath(), deployedFile.getAbsolutePath());