summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h')
-rw-r--r--AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h b/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
index 1d5baaa..acd1264 100644
--- a/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
+++ b/AudioManagerDaemon/test/routingInterface/routingInterfaceTest.h
@@ -42,12 +42,10 @@
#include "../CommandInterfaceBackdoor.h"
#include "../CommonFunctions.h"
-DLT_DECLARE_CONTEXT(AudioManager)
-using namespace testing;
-using namespace am;
+namespace am {
-class routingInterfaceTest : public Test{
+class routingInterfaceTest : public ::testing::Test{
public:
routingInterfaceTest();
~routingInterfaceTest();
@@ -66,4 +64,6 @@ public:
void TearDown();
};
+}
+
#endif /* ROUTINGINTERFACETEST_H_ */