summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-04 15:49:12 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-04 15:49:12 +0200
commitfee37213648f86ca4fd13ed063182e2ce877aacf (patch)
tree93ea8c55512dacbc27e0475004ae71ad0354c371
parenta579f1ffce998ab2b90d82b9b5e27fea25678a86 (diff)
downloadaudiomanager-fee37213648f86ca4fd13ed063182e2ce877aacf.tar.gz
* change global include for gest.h to local include
Signed-off-by: christian linke <christian.linke@bmw.de>
-rw-r--r--AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h2
-rw-r--r--AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h2
-rw-r--r--AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h2
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h2
-rw-r--r--AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmCommandSend.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmControlSend.h2
-rw-r--r--AudioManagerDaemon/test/MockIAmRoutingSend.h2
-rw-r--r--PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.h2
-rw-r--r--PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.h2
-rw-r--r--PluginCommandInterfaceDbus/test/MockIAmCommandReceive.h2
-rw-r--r--PluginControlInterface/test/CAmControlReceiverShadowTest.h2
-rw-r--r--PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
index 408bdf3..5f22135 100644
--- a/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
+++ b/AudioManagerDaemon/test/AmControlInterfaceTest/CAmControlInterfaceTest.h
@@ -21,7 +21,7 @@
#ifndef ROUTINGINTERFACETEST_H_
#define ROUTINGINTERFACETEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "CAmDatabaseHandler.h"
diff --git a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
index 7702fcc..bef4be5 100644
--- a/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
+++ b/AudioManagerDaemon/test/AmDatabaseHandlerTest/CAmDatabaseHandlerTest.h
@@ -23,7 +23,7 @@
#define UNIT_TEST 1
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "CAmDatabaseHandler.h"
diff --git a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
index 85f680d..ca9633b 100644
--- a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
+++ b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
@@ -23,7 +23,7 @@
#define UNIT_TEST 1
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include <algorithm>
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
index aac5b1e..c8c2180 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.h
@@ -21,7 +21,7 @@
#ifndef ROUTINGINTERFACETEST_H_
#define ROUTINGINTERFACETEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include <algorithm>
#include <string>
diff --git a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
index 5f74b20..3866fa8 100644
--- a/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
+++ b/AudioManagerDaemon/test/AmSocketHandlerTest/CAmSocketHandlerTest.h
@@ -21,7 +21,7 @@
#ifndef SOCKETHANDLERTEST_H_
#define SOCKETHANDLERTEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <queue>
#include "shared/CAmSocketHandler.h"
diff --git a/AudioManagerDaemon/test/MockIAmCommandSend.h b/AudioManagerDaemon/test/MockIAmCommandSend.h
index dba021f..a9fcbaf 100644
--- a/AudioManagerDaemon/test/MockIAmCommandSend.h
+++ b/AudioManagerDaemon/test/MockIAmCommandSend.h
@@ -22,7 +22,7 @@
#define MOCKCOMMANDINTERFACE_H_
#include "command/IAmCommandSend.h"
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
namespace am {
diff --git a/AudioManagerDaemon/test/MockIAmControlSend.h b/AudioManagerDaemon/test/MockIAmControlSend.h
index a21d284..f3121fe 100644
--- a/AudioManagerDaemon/test/MockIAmControlSend.h
+++ b/AudioManagerDaemon/test/MockIAmControlSend.h
@@ -22,7 +22,7 @@
#define MOCKCONTROLINTERFACE_H_
#include "control/IAmControlSend.h"
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
namespace am {
diff --git a/AudioManagerDaemon/test/MockIAmRoutingSend.h b/AudioManagerDaemon/test/MockIAmRoutingSend.h
index 9b1f66a..a9e1746 100644
--- a/AudioManagerDaemon/test/MockIAmRoutingSend.h
+++ b/AudioManagerDaemon/test/MockIAmRoutingSend.h
@@ -22,7 +22,7 @@
#define MOCKROUTINGINTERFACE_H_
#include "routing/IAmRoutingSend.h"
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
namespace am {
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 {
diff --git a/PluginControlInterface/test/CAmControlReceiverShadowTest.h b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
index 9b31e2e..3d112be 100644
--- a/PluginControlInterface/test/CAmControlReceiverShadowTest.h
+++ b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
@@ -18,7 +18,7 @@
#ifndef CAMCONTROLRECEIVERSHADOWTEST_H_
#define CAMCONTROLRECEIVERSHADOWTEST_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "MockIAmControlReceive.h"
#include "shared/CAmSocketHandler.h"
diff --git a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
index 3dc9ea1..cf6d0a3 100644
--- a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
+++ b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
@@ -18,7 +18,7 @@
#ifndef TESTROUTINGINTERFACEASYNC_H_
#define TESTROUTINGINTERFACEASYNC_H_
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <gmock/gmock.h>
#include "MockIAmRoutingReceive.h"