fixes issue #67 - only compresses resources.arsc if original apk had compressoin

This commit is contained in:
Connor Tumbleson
2013-01-13 08:19:42 -06:00
parent 7fc70058dc
commit f82b2e1855
5 changed files with 54 additions and 4 deletions

View File

@ -33,7 +33,7 @@ import org.xml.sax.SAXException;
public class BuildAndDecodeTest {
@BeforeClass
public static void beforeClass() throws BrutException {
public static void beforeClass() throws BrutException, IOException {
sTmpDir = new ExtFile(OS.createTempDirectory());
sTestOrigDir = new ExtFile(sTmpDir, "testapp-orig");
sTestNewDir = new ExtFile(sTmpDir, "testapp-new");