change tdd test case.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I42563dce4a41bd0acf101f9876c1cfa0fec7a0fe
This commit is contained in:
yudechen
2022-08-16 20:55:47 +08:00
parent 0f09b335f6
commit cbd03e182d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ HWTEST_F(SyscapCodecTest, ComparePcidString, TestSize.Level1)
const char rpcidString[] = "33588992,1766370052,65536,276824064,0,0,0,0,0,0,"\
"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.UI",
"SystemCapability.HiviewDFX.HiDumper",
const char expect[][256] = {"SystemCapability.HiviewDFX.HiLogLite",
"SystemCapability.HiviewDFX.Hiview.FaultLogger",
"SystemCapability.vendor.xxxxx1",
"SystemCapability.device.xxxxx2"};
int32_t ret = ComparePcidString(pcidString, rpcidString, &result);