summaryrefslogtreecommitdiffstats
path: root/tests/component
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-08-20 19:48:56 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-20 19:48:56 +0200
commit09ce7686f2e62f9d0752a04de84681d507f0e916 (patch)
tree426288ab6c08dfbb3398e8de09a10a9bc4aeead2 /tests/component
parentMerge "updater: Add TransferList class." (diff)
parenttests: Remove {old,new}.file. (diff)
downloadandroid_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar.gz
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar.bz2
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar.lz
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar.xz
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.tar.zst
android_bootable_recovery-09ce7686f2e62f9d0752a04de84681d507f0e916.zip
Diffstat (limited to 'tests/component')
-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();