Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2023-07-13 11:48:08 +08:00
parent 57d919e561
commit 2bd79ac558

View File

@ -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();