summaryrefslogtreecommitdiffstats
path: root/support/src
diff options
context:
space:
mode:
authorUrs Grob <ursg@google.com>2009-09-07 16:34:47 +0200
committerUrs Grob <ursg@google.com>2009-09-07 17:53:25 +0200
commitd477459f4b89725dc32043aac8ad6f1dfc93de50 (patch)
tree3b8a2b5f208a32421007c732d2119073504d5d53 /support/src
parent35c6731e810660628e2f96eb623592560e46718b (diff)
downloadlibcore-d477459f4b89725dc32043aac8ad6f1dfc93de50.zip
libcore-d477459f4b89725dc32043aac8ad6f1dfc93de50.tar.gz
libcore-d477459f4b89725dc32043aac8ad6f1dfc93de50.tar.bz2
JarFile was not able to verify signed files with size 0.
This regressen was introduced by harmony optimizations done in HARMONY-4569. This fix allows for jar entries of size 0 to also get successfully validated. A regression test has been added to JarFileTest.
Diffstat (limited to 'support/src')
-rw-r--r--support/src/test/java/tests/resources/EmptyEntries_signed.jarbin0 -> 1927 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/support/src/test/java/tests/resources/EmptyEntries_signed.jar b/support/src/test/java/tests/resources/EmptyEntries_signed.jar
new file mode 100644
index 0000000..237d244
--- /dev/null
+++ b/support/src/test/java/tests/resources/EmptyEntries_signed.jar
Binary files differ