[skip] fix output to match a jar

This commit is contained in:
Connor Tumbleson 2014-05-03 07:38:49 -05:00
parent a031787ece
commit dbda71d2af

View File

@ -40,7 +40,7 @@ public class BuildAndDecodeJarTest {
LOGGER.info("Unpacking testjar...");
TestUtils.copyResourceDir(BuildAndDecodeJarTest.class, "brut/apktool/testjar/", sTestOrigDir);
LOGGER.info("Building testjar.apk...");
LOGGER.info("Building testjar.jar...");
File testJar = new File(sTmpDir, "testjar.jar");
new Androlib().build(sTestOrigDir, testJar, TestUtils.returnStockHashMap(),"");