From c0b77dd6823735199069fad02a291827cffa40a7 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Wed, 20 Dec 2023 17:47:15 +0800 Subject: [PATCH] rectify DTT case error Signed-off-by: zhengzhihao --- .../fwk_inner_napi_test/print_attributes_test.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/unittest/fwk_inner_napi_test/print_attributes_test.cpp b/test/unittest/fwk_inner_napi_test/print_attributes_test.cpp index 078f30ac..40ad37a6 100644 --- a/test/unittest/fwk_inner_napi_test/print_attributes_test.cpp +++ b/test/unittest/fwk_inner_napi_test/print_attributes_test.cpp @@ -62,19 +62,6 @@ OHOS::Print::PrintAttributes PrintAttributesTest::GetDefaultPrintAttributes() return printAttributes; } -/** - * @tc.name: PrintAttributesTest_001 - * @tc.desc: Verify the Dump function. - * @tc.type: FUNC - * @tc.require: - */ -HWTEST_F(PrintAttributesTest, PrintAttributesTest_001, TestSize.Level1) -{ - OHOS::Print::PrintAttributes printAttributes(GetDefaultPrintAttributes()); - printAttributes.Dump(); - printAttributes.~PrintAttributes(); -} - /** * @tc.name: PrintAttributesTest_002 * @tc.desc: Verify the UpdateParams function. -- Gitee