diff options
author | Tao Bao <tbao@google.com> | 2016-11-18 18:40:39 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-11-18 18:40:40 +0100 |
commit | 23e785935e2e373a2f4882619b35b34bcd95a1e6 (patch) | |
tree | 687864a9f90e4cdfbb06d5c3abeb48ef76375952 /tests/common/test_constants.h | |
parent | Merge "applypatch: Use unique_fd to avoid leaking FDs." (diff) | |
parent | updater: Add testcase for package_extract_dir(). (diff) | |
download | android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar.gz android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar.bz2 android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar.lz android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar.xz android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.tar.zst android_bootable_recovery-23e785935e2e373a2f4882619b35b34bcd95a1e6.zip |
Diffstat (limited to 'tests/common/test_constants.h')
-rw-r--r-- | tests/common/test_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/test_constants.h b/tests/common/test_constants.h index 93e4ab5b2..f6b6922a4 100644 --- a/tests/common/test_constants.h +++ b/tests/common/test_constants.h @@ -22,6 +22,8 @@ // Zip entries in ziptest_valid.zip. static const std::string kATxtContents("abcdefghabcdefgh\n"); static const std::string kBTxtContents("abcdefgh\n"); +static const std::string kCTxtContents("abcdefghabcdefgh\n"); +static const std::string kDTxtContents("abcdefgh\n"); // echo -n -e "abcdefghabcdefgh\n" | sha1sum static const std::string kATxtSha1Sum("32c96a03dc8cd20097940f351bca6261ee5a1643"); |