summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-06-13 17:26:40 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-06-13 17:35:31 (GMT)
commitb7b5d7093be4591a44dbfbaaec6aa253d2f767ac (patch)
tree709a5506a7f9b3d2467da4f89b53cb02874a319a /Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
parent32ad273cf4fdc4cd0df9c8982824b62c02a3c61a (diff)
downloadswift-contrib-b7b5d7093be4591a44dbfbaaec6aa253d2f767ac.zip
swift-contrib-b7b5d7093be4591a44dbfbaaec6aa253d2f767ac.tar.bz2
Some more Cppcheck tweaks.
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp')
-rw-r--r--Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
index ee27196..b8cb368 100644
--- a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
+++ b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp
@@ -61,7 +61,6 @@ class ChatsManagerTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE_END();
public:
- // cppcheck-suppress publicAllocationError
void setUp() {
mocks_ = new MockRepository();
jid_ = JID("test@test.com/resource");