mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 22:59:45 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
57d919e561
commit
2bd79ac558
@ -944,6 +944,7 @@ constexpr uint32_t WAIT_SET_KEYBOARD_STATUS = 300;
|
||||
ret = kill(pid, SIGTERM);
|
||||
EXPECT_EQ(ret, 0);
|
||||
EXPECT_TRUE(WaitRemoteDiedCallback());
|
||||
sleep(1);
|
||||
inputMethodController_->OnRemoteSaDied(nullptr);
|
||||
EXPECT_TRUE(TextListener::WaitIMACallback());
|
||||
bool result = inputMethodController_->WasAttached();
|
||||
|
Loading…
Reference in New Issue
Block a user