Changeset - e8cbe394917b
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-08-31 22:41:10
hanzz.k@gmail.com
Fixed build
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tests/conversationmanager.cpp
Show inline comments
 
@@ -24,13 +24,12 @@ using namespace Transport;
 
class ConversationManagerTest : public CPPUNIT_NS :: TestFixture, public BasicTest {
 
	CPPUNIT_TEST_SUITE(ConversationManagerTest);
 
	CPPUNIT_TEST(handleNormalMessages);
 
	CPPUNIT_TEST(handleGroupchatMessages);
 
	CPPUNIT_TEST(handleParticipantChanged);
 
	CPPUNIT_TEST(handlePMFromXMPP);
 
	CPPUNIT_TEST(handlePMFromLegacy);
 
	CPPUNIT_TEST_SUITE_END();
 

	
 
	public:
 
		TestingConversation *m_conv;
 
		boost::shared_ptr<Swift::Message> m_msg;
 

	
0 comments (0 inline, 0 general)