Changeset - abc5b11ca563
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-10-18 10:40:47
hanzz.k@gmail.com
Do not dumpReceived()
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tests/discoitemsresponder.cpp
Show inline comments
 
@@ -68,7 +68,6 @@ class DiscoItemsResponderTest : public CPPUNIT_NS :: TestFixture, public BasicTe
 
		injectIQ(iq);
 
		loop->processEvents();
 

	
 
		dumpReceived();
 
		CPPUNIT_ASSERT_EQUAL(1, (int) received.size());
 
		CPPUNIT_ASSERT(dynamic_cast<Swift::IQ *>(getStanza(received[0])));
 
		CPPUNIT_ASSERT_EQUAL(Swift::IQ::Result, dynamic_cast<Swift::IQ *>(getStanza(received[0]))->getType());
0 comments (0 inline, 0 general)