From 215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c Mon Sep 17 00:00:00 2001 From: christian linke Date: Thu, 6 Dec 2012 13:31:52 +0100 Subject: fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test case to test this as well Signed-off-by: christian linke --- .../test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'AudioManagerDaemon/test/AmRoutingInterfaceTest/CAmRoutingInterfaceTest.cpp') 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; -- cgit v1.2.1