diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-13 17:17:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-13 17:17:45 (GMT) |
commit | 32ad273cf4fdc4cd0df9c8982824b62c02a3c61a (patch) | |
tree | 1f6962fe3cd57885eefab7e0accebd4bea4b2a47 /Swift/Controllers | |
parent | b732f7f5113e978b01d7bf7581e66ce6956ba99a (diff) | |
download | swift-32ad273cf4fdc4cd0df9c8982824b62c02a3c61a.zip swift-32ad273cf4fdc4cd0df9c8982824b62c02a3c61a.tar.bz2 |
Tweaked CppCheck script.
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp index 07afc73..ee27196 100644 --- a/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp +++ b/Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp @@ -61,7 +61,8 @@ class ChatsManagerTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE_END(); public: - void setUp() { + // cppcheck-suppress publicAllocationError + void setUp() { mocks_ = new MockRepository(); jid_ = JID("test@test.com/resource"); stanzaChannel_ = new DummyStanzaChannel(); |