mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-26 16:40:56 +00:00
commit
30f4d2ef5c
@ -461,7 +461,7 @@ HWTEST_F(WindowStubTest, OnRemoteRequest18, Function | SmallTest | Level2)
|
||||
|
||||
uint32_t code = static_cast<uint32_t>(IWindow::WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE);
|
||||
int res = windowStub_->OnRemoteRequest(code, data, reply, option);
|
||||
EXPECT_EQ(res, static_cast<int>(ERR_INVALID_DATA));
|
||||
EXPECT_EQ(res, static_cast<int>(ERR_NONE));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user