diff options
author | christian linke <christian.linke@bmw.de> | 2012-10-04 15:49:12 +0200 |
---|---|---|
committer | christian linke <christian.linke@bmw.de> | 2012-10-04 15:49:12 +0200 |
commit | fee37213648f86ca4fd13ed063182e2ce877aacf (patch) | |
tree | 93ea8c55512dacbc27e0475004ae71ad0354c371 /PluginCommandInterfaceDbus/test | |
parent | a579f1ffce998ab2b90d82b9b5e27fea25678a86 (diff) | |
download | audiomanager-fee37213648f86ca4fd13ed063182e2ce877aacf.tar.gz |
* change global include for gest.h to local include
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h index 8cc8fb2..71b3b35 100644 --- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h +++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h @@ -19,7 +19,7 @@ #define DBUSCOMMANINTERFACESIGNALSTEST_H_ -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include <gmock/gmock.h> #define UNIT_TEST 1 diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h index 40d7ff8..fad6b60 100644 --- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h +++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h @@ -19,7 +19,7 @@ #ifndef DBUSCOMMANDPLUGININTERFACETEST_H_ #define DBUSCOMMANDPLUGININTERFACETEST_H_ -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include <gmock/gmock.h> #define UNIT_TEST 1 diff --git a/PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h b/PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h index 6b3babb..e997f30 100644 --- a/PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h +++ b/PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h @@ -19,7 +19,7 @@ #define MOCKCOMMANDRECEIVENTERFACE_H_ #include "command/IAmCommandReceive.h" -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include <gmock/gmock.h> namespace am { |