From 2039abb1c90e2545077305ba2d48b7fa70ee9492 Mon Sep 17 00:00:00 2001 From: aajwy <13051180828@163.com> Date: Tue, 13 Jul 2021 05:43:38 +0000 Subject: [PATCH] code format Signed-off-by: aajwy <13051180828@163.com> --- hiviewdfx/hilogtest/libhilogtest/hilogtest/Test.json | 6 +++--- hiviewdfx/hilogtest/libhilogtest/hilogtest/hilogtest.cpp | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hiviewdfx/hilogtest/libhilogtest/hilogtest/Test.json b/hiviewdfx/hilogtest/libhilogtest/hilogtest/Test.json index 49718e6a2..5c034405b 100755 --- a/hiviewdfx/hilogtest/libhilogtest/hilogtest/Test.json +++ b/hiviewdfx/hilogtest/libhilogtest/hilogtest/Test.json @@ -2,7 +2,7 @@ "kits": [ { "push": [ - "libhilogTooltest->/data/local/tmp/libhilogTooltest" + "hilogtest->/data/local/tmp/hilogtest" ], "type": "PushKit", "post-push": [ @@ -13,9 +13,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "libhilogTooltest", + "module-name": "hilogtest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for libhilogTooltest Tests" + "description": "Configuration for hilogtest Tests" } \ No newline at end of file diff --git a/hiviewdfx/hilogtest/libhilogtest/hilogtest/hilogtest.cpp b/hiviewdfx/hilogtest/libhilogtest/hilogtest/hilogtest.cpp index 1197c206b..dbaad637f 100755 --- a/hiviewdfx/hilogtest/libhilogtest/hilogtest/hilogtest.cpp +++ b/hiviewdfx/hilogtest/libhilogtest/hilogtest/hilogtest.cpp @@ -51,7 +51,6 @@ public: %{public}d, %{private}lf, %{public}.2f, %s, %{private}c\n"; string g_commonContent = "03200/HILOGTOOLTEST: 123456789_1234567890_public and private log test is:"; private: - }; void LibhilogTooltest::SetUp() { -- GitLab