From ee5071476fda7cb14a484a42cbaa8f26c0aa040d Mon Sep 17 00:00:00 2001 From: yudechen Date: Tue, 14 Jun 2022 09:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yudechen Change-Id: Icb6143ad685fd20e6a0f765e7c8ca7468ecbe867 --- test/unittest/common/syscap_codec_test.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/test/unittest/common/syscap_codec_test.cpp b/test/unittest/common/syscap_codec_test.cpp index 829ca2f..354f4d5 100644 --- a/test/unittest/common/syscap_codec_test.cpp +++ b/test/unittest/common/syscap_codec_test.cpp @@ -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.