EXPECT_EQ(mmi_res, MMI_RESULT_SUCCESS);
}
+ while (timer != 150000)
+ {
+ ecore_main_loop_iterate();
+ timer++;
+ }
+
if(h){
mmi_instance_destroy(h);
mmi_res = mmi_request_send_set_state(h, state);
EXPECT_EQ(mmi_res, MMI_RESULT_SUCCESS);
+ while (timer != 150000)
+ {
+ ecore_main_loop_iterate();
+ timer++;
+ }
+
state = mmi_state_get_current_state(h);
- EXPECT_NE(state, MMI_STATE_NONE);
+ EXPECT_EQ(state, MMI_STATE_INITIATION);
+ }
+
+ while (timer != 150000)
+ {
+ ecore_main_loop_iterate();
+ timer++;
}
if(h){