mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-26 16:40:56 +00:00
update tdd
Change-Id: Ie88c73269c8245e30e5aa374ea504cca90f147a9 Signed-off-by: majian <majian59@huawei.com>
This commit is contained in:
parent
4536ea786c
commit
c6a34dffd5
@ -1912,6 +1912,7 @@ HWTEST_F(SceneSessionTest, HandleCompatibleModeMoveDrag, Function | SmallTest |
|
||||
info.bundleName_ = "HandleCompatibleModeMoveDrag";
|
||||
sptr<SceneSession> sceneSession = sptr<SceneSession>::MakeSptr(info, nullptr);
|
||||
EXPECT_NE(sceneSession, nullptr);
|
||||
sceneSession->moveDragController_ = sptr<MoveDragController>::MakeSptr(12, WindowType::WINDOW_TYPE_FLOAT);
|
||||
|
||||
WSRect rect = {1, 1, 1, 1};
|
||||
WSRect rect2 = {1, 1, 2, 1};
|
||||
@ -1967,6 +1968,7 @@ HWTEST_F(SceneSessionTest, HandleCompatibleModeDrag, Function | SmallTest | Leve
|
||||
info.bundleName_ = "HandleCompatibleModeDrag";
|
||||
sptr<SceneSession> sceneSession = sptr<SceneSession>::MakeSptr(info, nullptr);
|
||||
EXPECT_NE(sceneSession, nullptr);
|
||||
sceneSession->moveDragController_ = sptr<MoveDragController>::MakeSptr(12, WindowType::WINDOW_TYPE_FLOAT);
|
||||
|
||||
WSRect rect = {1, 1, 1, 1};
|
||||
WSRect rect2 = {2, 1, 1, 1};
|
||||
|
Loading…
Reference in New Issue
Block a user