165166167168169170171172173174175
for (ZipEntry entry : unzipper.entries()) { entries.add(entry.getName()); } unzipper.unzip(); assertEquals(Sets.newHashSet( "pom.xml", "src/",
210211212213214215216217218219220
for (ZipEntry entry : unzipper.entries()) { entries.add(entry.getName()); } unzipper.unzip(); assertEquals(Sets.newHashSet( "atlassian-plugin.xml", "foo.js",