summaryrefslogtreecommitdiffstats
path: root/tests/unit/zip_test.cpp
diff options
context:
space:
mode:
authorTianjie <xunchang@google.com>2020-07-23 02:40:09 +0200
committerTianjie <xunchang@google.com>2020-07-23 23:02:21 +0200
commit78d15141733324ef89d1d5d04799e0f2cf4a41e1 (patch)
treec7a4a5e7fb5b66842c745aef778e6d4cfc2b886d /tests/unit/zip_test.cpp
parentFix some wording to comply with respectful-code (diff)
downloadandroid_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar.gz
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar.bz2
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar.lz
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar.xz
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.tar.zst
android_bootable_recovery-78d15141733324ef89d1d5d04799e0f2cf4a41e1.zip
Diffstat (limited to '')
-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));