test: Fix keyboard focus test
authorJonathan Maw <jonathan.maw@codethink.co.uk>
Thu, 14 Aug 2014 15:23:04 +0000 (15:23 +0000)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 6 Nov 2014 08:18:35 +0000 (17:18 +0900)
This fixes the test IlmCommandTest.ilm_keyboard_focus.

Signed-off-by: James Thomas <james.thomas@codethink.co.uk>
ivi-layermanagement-api/test/ilm_control_test.cpp

index 6251737..1fcab0b 100644 (file)
@@ -983,7 +983,7 @@ TEST_F(IlmCommandTest, ilm_surfaceGetPixelformat_InvalidInput) {
 }
 
 TEST_F(IlmCommandTest, ilm_keyboard_focus) {
-    uint surface;
+    uint surface = 0xFFFFFFFF;
     uint surface1 = 36;
     uint surface2 = 44;