From 927de4c1c94daf9b8e4c440958b80acaf63ec8f4 Mon Sep 17 00:00:00 2001 From: "Sergey Levchenko (GitHub)" Date: Tue, 8 Nov 2016 17:33:48 +0200 Subject: Add additional namespaces to command tests Added additional namespaces to avoid name collisions in single unit build mode. Related to: APPLINK-29754 --- .../test/commands/mobile/get_vehicle_data_request_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc') diff --git a/src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc b/src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc index 93fbaa54ca..1f851dd8a7 100644 --- a/src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc +++ b/src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc @@ -52,6 +52,7 @@ namespace test { namespace components { namespace commands_test { namespace mobile_commands_test { +namespace get_vehicle_data_request { using ::testing::_; using ::testing::Return; @@ -246,6 +247,7 @@ TEST_F(GetVehicleDataRequestTest, OnEvent_DataNotAvailable_SUCCESS) { #endif // HMI_DBUS_API +} // namespace get_vehicle_data_request } // namespace mobile_commands_test } // namespace commands_test } // namespace components -- cgit v1.2.1