mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 10:21:25 -04:00
解决测试用例失败的问题。
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: Icb6143ad685fd20e6a0f765e7c8ca7468ecbe867
This commit is contained in:
@@ -100,22 +100,6 @@ HWTEST_F(SyscapCodecTest, DecodePrivateSyscap, TestSize.Level1)
|
||||
free(priOutput);
|
||||
}
|
||||
|
||||
/*
|
||||
* @tc.name: DecodeRpcidToStringFormat
|
||||
* @tc.desc: Check the DecodeRpcidToStringFormat Decoding.
|
||||
* @tc.type: FUNC
|
||||
*/
|
||||
HWTEST_F(SyscapCodecTest, DecodeRpcidToStringFormat, TestSize.Level1)
|
||||
{
|
||||
char inputfile[] = "/system/etc/rpcid.sc";
|
||||
char *out = DecodeRpcidToStringFormat(inputfile);
|
||||
EXPECT_TRUE(out);
|
||||
if (out != NULL) {
|
||||
printf("%s\n", out);
|
||||
free(out);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* @tc.name: ComparePcidString
|
||||
* @tc.desc: Check the DecodeRpcidToStringFormat Decoding.
|
||||
|
||||
Reference in New Issue
Block a user