summaryrefslogtreecommitdiffstats
path: root/tests/component/updater_test.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-21 05:11:04 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-21 05:11:04 +0200
commit630498e758513811f28beb0a784df87b56504229 (patch)
tree426288ab6c08dfbb3398e8de09a10a9bc4aeead2 /tests/component/updater_test.cpp
parentSnap for 4963158 from de5c360bc8c03c85d0bd79e636b4f5c0de7943ed to qt-release (diff)
parentMerge "tests: Remove {old,new}.file." am: 09ce7686f2 am: 14d87881d8 (diff)
downloadandroid_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar.gz
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar.bz2
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar.lz
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar.xz
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.tar.zst
android_bootable_recovery-630498e758513811f28beb0a784df87b56504229.zip
Diffstat (limited to 'tests/component/updater_test.cpp')
-rw-r--r--tests/component/updater_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/updater_test.cpp b/tests/component/updater_test.cpp
index 2ed797e62..c4f3176f9 100644
--- a/tests/component/updater_test.cpp
+++ b/tests/component/updater_test.cpp
@@ -221,7 +221,7 @@ TEST_F(UpdaterTest, apply_patch_check) {
// File not found.
expect("", "apply_patch_check(\"/doesntexist\")", kNoCause);
- std::string src_file = from_testdata_base("old.file");
+ std::string src_file = from_testdata_base("boot.img");
std::string src_content;
ASSERT_TRUE(android::base::ReadFileToString(src_file, &src_content));
size_t src_size = src_content.size();