File tmpFile = File.createTempFile("vlttest", "zip");
IOUtils.copy(getStream("testpackages/tmp_no_properties.zip"), FileUtils.openOutputStream(tmpFile));
JcrPackage pack = packMgr.upload(tmpFile, true, true, "testpackage", false);
assertNotNull(pack);
pack.install(getDefaultOptions());
}
@Test
public void testDeepContentImport() throws IOException, RepositoryException, PackageException {
JcrPackage pack = packMgr.upload(getStream("testpackages/tmp_test_deep.zip"), false);