From 36c35119526023c9e28ec22915b26b1bf7da6bc3 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 25 Oct 2016 14:17:26 -0700 Subject: applypatch: Add testcases for applypatch executable. Refactor applypatch/main.cpp into libapplypatch_modes so that we can add testcases. Some changes to applypatch/main.cpp: - Replace char** argv with const char**; - Use android::base::Split() to split ":"; - Use android::base::ParseUInt(). Bug: 32383590 Test: Unit tests pass, install-recovery.sh works. Change-Id: I44e7bfa5ab717d439ea1d0ee9ddb7b2c40bb95a4 --- tests/testdata/bonus.file | Bin 0 -> 557334 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/testdata/bonus.file (limited to 'tests/testdata/bonus.file') diff --git a/tests/testdata/bonus.file b/tests/testdata/bonus.file new file mode 100644 index 000000000..918ef8ac5 Binary files /dev/null and b/tests/testdata/bonus.file differ -- cgit v1.2.3