summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-12-16 23:27:55 +0100
committerTianjie Xu <xunchang@google.com>2016-12-17 01:01:42 +0100
commitf69e6a9475983b2ad46729e44ab58d2b22cd74d0 (patch)
treee67d6d8b861198b42f3e46c71702630b6116042b /tests
parentRemove outdated reference to icon_installing.png am: 48be23c8ed am: 14bdbb6c77 -s ours (diff)
downloadandroid_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar.gz
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar.bz2
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar.lz
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar.xz
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.tar.zst
android_bootable_recovery-f69e6a9475983b2ad46729e44ab58d2b22cd74d0.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/verifier_test.cpp3
-rw-r--r--tests/testdata/signature-boundary.zipbin0 -> 22 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 33aadb3fb..8d8b461cb 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -155,4 +155,5 @@ INSTANTIATE_TEST_CASE_P(BadPackage, VerifierFailureTest,
std::vector<std::string>({"random.zip", "v1"}),
std::vector<std::string>({"fake-eocd.zip", "v1"}),
std::vector<std::string>({"alter-metadata.zip", "v1"}),
- std::vector<std::string>({"alter-footer.zip", "v1"})));
+ std::vector<std::string>({"alter-footer.zip", "v1"}),
+ std::vector<std::string>({"signature-boundary.zip", "v1"})));
diff --git a/tests/testdata/signature-boundary.zip b/tests/testdata/signature-boundary.zip
new file mode 100644
index 000000000..64a3cfa15
--- /dev/null
+++ b/tests/testdata/signature-boundary.zip
Binary files differ