diff options
author | Tianjie Xu <xunchang@google.com> | 2017-01-19 20:17:17 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-19 20:17:18 +0100 |
commit | 69e73ab7a9b1832d162034cdf36a8669e4e2a985 (patch) | |
tree | 8603c5d1df466bcec6dda5c88ad8cd3bc66cad6d /README.md | |
parent | Merge "minui: Export minui/minui.h." (diff) | |
parent | Add checkers and tests for empty locale in PNG file (diff) | |
download | android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar.gz android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar.bz2 android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar.lz android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar.xz android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.tar.zst android_bootable_recovery-69e73ab7a9b1832d162034cdf36a8669e4e2a985.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,3 +40,10 @@ Running the manual tests - Reboot the device immediately and run the test again. The test should save the contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if this file has expected contents. + +`ResourceTest` validates whether the png files are qualified as background text +image under recovery. + + 1. `adb sync data` to make sure the test-dir has the images to test. + 2. The test will automatically pickup and verify all `_text.png` files in + the test dir. |