Skip to content

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 16, 2018
1 parent b337b72 commit 892dd92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/test/java/at/favre/tools/apksigner/SignToolTest.java
Expand Up @@ -67,14 +67,6 @@ public void testSignSingleApk() throws Exception {
testAndCheck(cmd, originalFolder, outFolder, uApks);
}

@Test
public void testSignSingleApkRelPath() throws Exception {
List<File> uApks = copyToTestPath(originalFolder, unsingedApks.subList(0, 1));
System.out.println("found " + uApks.size() + " apks in out folder");
String cmd = "-" + CLIParser.ARG_APK_FILE + " ./" + originalFolder.listFiles()[0].getName() + " -" + CLIParser.ARG_APK_OUT + " " + outFolder.getAbsolutePath() + " --" + CLIParser.ARG_SKIP_ZIPALIGN;
testAndCheck(cmd, originalFolder, outFolder, uApks);
}

@Test
public void testSignMultipleApksCustomCert() throws Exception {
List<File> uApks = copyToTestPath(originalFolder, unsingedApks);
Expand Down

0 comments on commit 892dd92

Please sign in to comment.