summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/message_helper
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-18 15:50:25 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-25 16:50:55 +0200
commite499c517e32d14062daa9a2351843ae353f2ed6d (patch)
tree01a7ea54bf555408ea8008eba24f4510231e8ac3 /src/components/application_manager/test/message_helper
parentc64014e94d81f9e5c2498b03bfba4e680d5e7833 (diff)
downloadsdl_core-e499c517e32d14062daa9a2351843ae353f2ed6d.tar.gz
Update test namespaces in ApplicationManager component
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/application_manager/test/message_helper')
-rw-r--r--src/components/application_manager/test/message_helper/message_helper_test.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/application_manager/test/message_helper/message_helper_test.cc b/src/components/application_manager/test/message_helper/message_helper_test.cc
index 77e791dc82..678636a6d7 100644
--- a/src/components/application_manager/test/message_helper/message_helper_test.cc
+++ b/src/components/application_manager/test/message_helper/message_helper_test.cc
@@ -46,8 +46,9 @@
#include "application_manager/state_controller.h"
#include "application_manager/resumption/resume_ctrl.h"
-namespace application_manager {
namespace test {
+namespace components {
+namespace application_manager_test {
namespace HmiLanguage = hmi_apis::Common_Language;
namespace HmiResults = hmi_apis::Common_Result;
@@ -902,5 +903,6 @@ TEST_F(MessageHelperTest, SubscribeApplicationToSoftButton_CallFromApp) {
message_params, appSharedPtr, function_id);
}
+} // namespace application_manager_test
+} // namespace components
} // namespace test
-} // namespace application_manager