Changeset - 1d53bc87af22
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-11 17:51:30
hanzz.k@gmail.com
Don't dumpReceived() in tests
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tests/conversationmanager.cpp
Show inline comments
 
@@ -240,12 +240,11 @@ class ConversationManagerTest : public CPPUNIT_NS :: TestFixture, public BasicTe
 
		Conversation *pmconv = user->getConversationManager()->getConversation("#room/anotheruser");
 

	
 
		boost::shared_ptr<Swift::Message> msg2(new Swift::Message());
 
		msg2->setBody("response!");
 

	
 
		pmconv->handleMessage(msg2);
 
		dumpReceived();
 
	}
 

	
 
};
 

	
 
CPPUNIT_TEST_SUITE_REGISTRATION (ConversationManagerTest);
0 comments (0 inline, 0 general)