summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-06-13 17:17:45 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-06-13 17:17:45 (GMT)
commit32ad273cf4fdc4cd0df9c8982824b62c02a3c61a (patch)
tree1f6962fe3cd57885eefab7e0accebd4bea4b2a47 /Swift
parentb732f7f5113e978b01d7bf7581e66ce6956ba99a (diff)
downloadswift-32ad273cf4fdc4cd0df9c8982824b62c02a3c61a.zip
swift-32ad273cf4fdc4cd0df9c8982824b62c02a3c61a.tar.bz2
Tweaked CppCheck script.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/Controllers/Chat/UnitTest/ChatsManagerTest.cpp3
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();