summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmRoutingInterfaceTest
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-12-06 13:31:52 +0100
committerchristian linke <christian.linke@bmw.de>2012-12-06 13:38:51 +0100
commit215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c (patch)
treee9ef5639752a65ee2e678bafdb36bd56b09bfd91 /AudioManagerDaemon/test/AmRoutingInterfaceTest
parent104255615d643a2278d8430a876413793563ab36 (diff)
downloadaudiomanager-215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c.tar.gz
fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test case to test this as well
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/test/AmRoutingInterfaceTest')
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
index fe3694b..47181b3 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp
@@ -399,6 +399,7 @@ TEST_F(CAmRoutingInterfaceTest,disconnect)
ASSERT_TRUE(listHandles[1].handleType==handle.handleType);
}
+
TEST_F(CAmRoutingInterfaceTest,nothingTodisconnect)
{
am_Handle_s handle;