summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Herchet <frank.fh.herchet@bmw.de>2012-04-24 09:47:04 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-05-24 13:40:22 +0200
commit96d72c5be3cd6fab92914aa0eb076263a382eb95 (patch)
tree9ae56e6abaf378bcb7dc819c713ed788325266ad
parent2ebf13acbec713154637ab9a47a20315fa706013 (diff)
downloadaudiomanager-96d72c5be3cd6fab92914aa0eb076263a382eb95.tar.gz
*[GAM-71]: remove debug output
Author: Frank Herchet <frank.fh.herchet@bmw.de> Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
-rw-r--r--PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp
index 399fc03..17e4cff 100644
--- a/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp
+++ b/PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp
@@ -493,7 +493,6 @@ TEST_F(CAmRoutingReceiverAsync,connectNoMoreThreads)
{
handle.handle++;
connectionID++;
- std::cout << "asyncConnect: " << connectionID << ", " << handle.handle << std::endl;
ASSERT_EQ(E_OK, pRouter->asyncConnect(handle,connectionID,sourceID,sinkID,format));
}
ASSERT_EQ(E_NOT_POSSIBLE, pRouter->asyncConnect(handle,connectionID,sourceID,sinkID,format));