Fix coding rule 23/242423/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 27 Aug 2020 00:26:15 +0000 (09:26 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 28 Aug 2020 09:45:01 +0000 (09:45 +0000)
Change-Id: I76a57a09f58c4f84cef4327fc2dde6676168d372
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
test/smoke_tests/manifest_test.h
test/smoke_tests/tpk_smoke_utils.h

index 6ce359c24e738869d8199008105991190aebc2cf..821bc27e63188f26f724bf555921f1c55ade326c 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by an apache-2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef SMOKE_TESTS_MANIFEST_TEST_H_
-#define SMOKE_TESTS_MANIFEST_TEST_H_
+#ifndef TEST_SMOKE_TESTS_MANIFEST_TEST_H_
+#define TEST_SMOKE_TESTS_MANIFEST_TEST_H_
 
 #include <boost/filesystem/path.hpp>
 
@@ -60,4 +60,4 @@ class ManifestTest : public testing::Test {
 
 application_x* GetSingleApp(manifest_x* m);
 
-#endif  // SMOKE_TESTS_MANIFEST_TEST_H_
+#endif  // TEST_SMOKE_TESTS_MANIFEST_TEST_H_
index fb0d4af40a3a01c6501704a9a741825f33f045b4..f6186f9d11e0131e206751204da5ed04a949d50e 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by an apache-2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef SMOKE_TESTS_TPK_SMOKE_UTILS_H_
-#define SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#ifndef TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#define TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_
 
 #include <common/installer/app_installer.h>
 #include <common/pkgmgr_interface.h>
@@ -194,4 +194,4 @@ class TpkInstallerWithoutPasrserPlugins : public tpk::TpkInstaller {
 }  // namespace smoke_test
 
 
-#endif  // SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#endif  // TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_