mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
change test case of ComparePcidString.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I6df4148b73d2c7771c8b315fefa3eff1f92c51ce
This commit is contained in:
@@ -138,7 +138,7 @@ HWTEST_F(SyscapCodecTest, ComparePcidString, TestSize.Level1)
|
||||
"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"\
|
||||
"SystemCapability.vendor.xxxxx1,SystemCapability.device.xxxxx2";
|
||||
const char expect[][256] = {"SystemCapability.Graphic.Graphic2D.Vulkan",
|
||||
"SystemCapability.HiviewDFX.HiDumper",
|
||||
"SystemCapability.Graphic.Utils",
|
||||
"SystemCapability.vendor.xxxxx1",
|
||||
"SystemCapability.device.xxxxx2"};
|
||||
int32_t ret = ComparePcidString(pcidString, rpcidString, &result);
|
||||
|
||||
Reference in New Issue
Block a user