mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 22:59:45 +00:00
modify code
Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
parent
cca52a070f
commit
13d35650c9
@ -236,6 +236,7 @@ HWTEST_F(InputMethodAttachTest, testAttach006, TestSize.Level0)
|
||||
EXPECT_EQ(TextListener::keyboardStatus_, KeyboardStatus::NONE);
|
||||
|
||||
InputMethodAttachTest::inputMethodController_->Close();
|
||||
TextListener::ResetParam();
|
||||
ret = InputMethodAttachTest::inputMethodController_->Attach(textListener, true);
|
||||
EXPECT_EQ(ret, ErrorCode::NO_ERROR);
|
||||
EXPECT_EQ(TextListener::keyboardStatus_, KeyboardStatus::SHOW);
|
||||
|
Loading…
Reference in New Issue
Block a user