summaryrefslogtreecommitdiffstats
path: root/tests/unit/zip_test.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-07-24 21:49:50 +0200
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-24 21:49:50 +0200
commit8885ef0529717451933c9f4a28cb4b8875c913f3 (patch)
tree8a627dfb738987b5c1a3181b96b141e628f172ae /tests/unit/zip_test.cpp
parent[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: fd33b4992d -s ours am: 934505ba52 -s ours (diff)
parentMerge changes I0f3f0333,If447b2cf am: 435a5fc0c2 am: 74538db684 (diff)
downloadandroid_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar.gz
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar.bz2
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar.lz
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar.xz
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.tar.zst
android_bootable_recovery-8885ef0529717451933c9f4a28cb4b8875c913f3.zip
Diffstat (limited to 'tests/unit/zip_test.cpp')
-rw-r--r--tests/unit/zip_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/zip_test.cpp b/tests/unit/zip_test.cpp
index 0753d64e1..ec9585c79 100644
--- a/tests/unit/zip_test.cpp
+++ b/tests/unit/zip_test.cpp
@@ -28,7 +28,7 @@
#include "otautil/sysutil.h"
TEST(ZipTest, OpenFromMemory) {
- std::string zip_path = from_testdata_base("ziptest_dummy-update.zip");
+ std::string zip_path = from_testdata_base("ziptest_fake-update.zip");
MemMapping map;
ASSERT_TRUE(map.MapFile(zip_path));