summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-02-04 10:53:51 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-02-04 10:53:51 +0000
commitc25d588e0c551e731c32d506f83a87b12f9793d2 (patch)
tree81416a7e89e4ff575ef064434289d946b061ce8f
parentf69ac94ddafffe41b528dde879772d53f45793be (diff)
Android: Fixed syntax error on HWGFX test
Change-Id: Ie8254aa8b1681385b8240764694da4ff73add685 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--generic/android/hardware-graphics-acceleration.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/android/hardware-graphics-acceleration.yaml b/generic/android/hardware-graphics-acceleration.yaml
index e316dac..a7cfe10 100644
--- a/generic/android/hardware-graphics-acceleration.yaml
+++ b/generic/android/hardware-graphics-acceleration.yaml
@@ -25,5 +25,5 @@ run:
- Touch Linaro logo in the app to check if hardware graphics acceleration is enabled.
expected:
- - "Should be able to install hwgfx.apk on the board."
- - "APK should work well and gives either "True" or "False" after touching linaro logo."
+ - hwgfx.apk is installed successfully on the board.
+ - APK is launched and gives either "True" or "False" after touching linaro logo.