diff options
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp')
| -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 f8fda9a..07afc73 100644 --- a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp +++ b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp @@ -97,7 +97,6 @@ public:  		//delete chatListWindowFactory_;  		delete settings_;  		delete profileSettings_; -		delete mocks_;  		delete avatarManager_;  		delete manager_;  		delete directedPresenceSender_; @@ -115,6 +114,7 @@ public:  		delete entityCapsManager_;  		delete capsProvider_;  		delete chatListWindow_; +		delete mocks_;  	}  	void testFirstOpenWindowIncoming() {  | 
 Swift