summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc
diff options
context:
space:
mode:
authorSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2016-11-08 17:33:48 +0200
committerSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2016-11-10 14:37:16 +0200
commit927de4c1c94daf9b8e4c440958b80acaf63ec8f4 (patch)
tree9e6ae8e03c9f4553cd9d56062663874197a941e4 /src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc
parentdc9eae589da86d075807b269041556b90c78df02 (diff)
downloadsdl_core-927de4c1c94daf9b8e4c440958b80acaf63ec8f4.tar.gz
Add additional namespaces to command tests
Added additional namespaces to avoid name collisions in single unit build mode. Related to: APPLINK-29754
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc b/src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc
index 4552b1f033..808a7ad10f 100644
--- a/src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/get_dtcs_request_test.cc
@@ -51,6 +51,7 @@ namespace test {
namespace components {
namespace commands_test {
namespace mobile_commands_test {
+namespace get_dtcs_request {
using ::testing::_;
using ::testing::Return;
@@ -126,6 +127,7 @@ TEST_F(GetDTCsRequestTest, OnEvent_SUCCESS) {
command->on_event(event);
}
+} // namespace get_dtcs_request
} // namespace mobile_commands_test
} // namespace commands_test
} // namespace components