Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java

Issue 2896273005: Fix bug in one conditional. Add more apk test files. (Closed)
Patch Set: Check for gaps between files in zip. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVerifySignature.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java
diff --git a/chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java b/chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java
index 1317f3f25dd7a4ce308e0bfe4130914cec6f2223..53ee43218cff8f7a8f544eda626f55d236100468 100644
--- a/chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java
+++ b/chrome/android/webapk/libs/client/junit/src/org/chromium/webapk/lib/client/WebApkValidatorTest.java
@@ -229,7 +229,8 @@ public class WebApkValidatorTest {
"extra-len-too-large.apk", "fcomment-too-large.apk", "no-cd.apk", "no-comment.apk",
"no-eocd.apk", "no-lfh.apk", "not-an.apk", "too-many-metainf.apk", "truncated.apk",
"zeros.apk", "zeros-at-end.apk", "block-before-first.apk", "block-at-end.apk",
- "block-before-eocd.apk", "block-before-cd.apk", "v2-signed-too-large.apk",
+ "block-before-eocd.apk", "block-before-cd.apk", "block-middle.apk",
+ "v2-signed-too-large.apk",
};
String packageName = "com.webapk.a9c419502bb98fcb7";
Signature[] signature = new Signature[] {new Signature(SIGNATURE_1)};
« no previous file with comments | « no previous file | chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVerifySignature.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698