mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-12-11 17:14:25 +00:00
codex fix for test
Signed-off-by: chyyy0213 <chenhaiying3@huawei.com> Change-Id: Ic6ed898e7009b3867f9b5b413d6eac5edd28cd07
This commit is contained in:
parent
4839c584df
commit
50e63aef75
@ -76,8 +76,8 @@ void WindowAnimationTransitionTest::TearDownTestCase()
|
||||
void WindowAnimationTransitionTest::SetUp()
|
||||
{
|
||||
windowInfo_ = {
|
||||
.name = "TestWindow",
|
||||
.rect = {0, 0, 100, 200},
|
||||
.name = "AnimationTestWindow",
|
||||
.rect = {0, 0, 200, 200},
|
||||
.type = WindowType::WINDOW_TYPE_FLOAT,
|
||||
.mode = WindowMode::WINDOW_MODE_FLOATING,
|
||||
.needAvoid = false,
|
||||
|
Loading…
Reference in New Issue
Block a user