mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 23:20:32 +00:00
测试propertyId改成枚举值1
Signed-off-by: 陶春龙 <taochunlong@huawei.com>
This commit is contained in:
parent
a4af22e8d7
commit
a34ba4ac5c
@ -60,7 +60,7 @@ HWTEST_F(HdiDeviceTest, DeviceFuncs001, Function | MediumTest| Level3)
|
||||
GRAPHIC_DISPLAY_SUCCESS);
|
||||
bool enabled = false, needFlush = false;
|
||||
EXPECT_EQ(HdiDeviceTest::hdiDevice_->SetScreenVsyncEnabled(screenId, enabled), GRAPHIC_DISPLAY_SUCCESS);
|
||||
uint32_t pid = 3;
|
||||
uint32_t pid = 1;
|
||||
uint64_t pvalue = 0;
|
||||
EXPECT_CALL(*hdiDeviceMock_,
|
||||
GetDisplayProperty(_, _, _)).WillRepeatedly(testing::Return(GRAPHIC_DISPLAY_SUCCESS));
|
||||
|
Loading…
Reference in New Issue
Block a user