From 96d72c5be3cd6fab92914aa0eb076263a382eb95 Mon Sep 17 00:00:00 2001 From: Frank Herchet Date: Tue, 24 Apr 2012 09:47:04 +0200 Subject: *[GAM-71]: remove debug output Author: Frank Herchet Signed-off-by: Christian Mueller --- PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'PluginRoutingInterfaceAsync') 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)); -- cgit v1.2.1