summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-12-14 22:50:49 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-14 22:50:49 +0100
commit8c1584feaf72c088928104ca5d4da18cba31a7cc (patch)
treeeb2f2cab3101dbdba307df52910ee9d0fb8bbdf4 /tests
parentMerge "updater: Fix the operator order." (diff)
parentAdd a stub recovery UI. (diff)
downloadandroid_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.gz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.bz2
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.lz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.xz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.zst
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/verifier_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 60a78f5c3..33aadb3fb 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -40,7 +40,7 @@
RecoveryUI* ui = NULL;
class MockUI : public RecoveryUI {
- void Init() { }
+ bool Init() { return true; }
void SetStage(int, int) { }
void SetLocale(const char*) { }
void SetBackground(Icon /*icon*/) { }