diff options
author | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-07-31 11:46:01 (GMT) |
---|---|---|
committer | Mateusz Piekos <mateuszpiekos@gmail.com> | 2012-07-31 11:46:01 (GMT) |
commit | 6f300f03ed9a61b56dc69dab327869dd7ba4ff10 (patch) | |
tree | 430c4e43b8477d54a7b7a362f8ec3bb5343f03d9 /Swift/Controllers/Chat/UnitTest | |
parent | 10c32b6e6ae334b5ad5280da6e526609e0e9370a (diff) | |
download | swift-contrib-6f300f03ed9a61b56dc69dab327869dd7ba4ff10.zip swift-contrib-6f300f03ed9a61b56dc69dab327869dd7ba4ff10.tar.bz2 |
Improved resource with whiteboard capabilities finding
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest')
-rw-r--r-- | Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp index 798f8b3..fe57d95 100644 --- a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp +++ b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp @@ -101,7 +101,7 @@ public: chatListWindow_ = new MockChatListWindow(); ftManager_ = new DummyFileTransferManager(); ftOverview_ = new FileTransferOverview(ftManager_); - wbSessionManager_ = new WhiteboardSessionManager(iqRouter_, presenceOracle_); + wbSessionManager_ = new WhiteboardSessionManager(iqRouter_, presenceOracle_, entityCapsManager_); mocks_->ExpectCall(chatListWindowFactory_, ChatListWindowFactory::createChatListWindow).With(uiEventStream_).Return(chatListWindow_); manager_ = new ChatsManager(jid_, stanzaChannel_, iqRouter_, eventController_, chatWindowFactory_, joinMUCWindowFactory_, nickResolver_, presenceOracle_, directedPresenceSender_, uiEventStream_, chatListWindowFactory_, true, NULL, mucRegistry_, entityCapsManager_, mucManager_, mucSearchWindowFactory_, profileSettings_, ftOverview_, xmppRoster_, false, settings_, wbSessionManager_); |