Do not dumpReceived()
This commit is contained in:
parent
b18424c5b1
commit
abc5b11ca5
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue