summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-22 07:14:38 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-22 07:14:38 (GMT)
commit35e9a146684d3416dddf4cd071a28253da8d718b (patch)
tree633b24b82422506030f1447ffc5471c47f894547 /Swiften/Client/UnitTest/ClientSessionTest.cpp
parent5cc64a2e85e0dccb0d12b8c0b0a85a4c01fb4978 (diff)
downloadswift-35e9a146684d3416dddf4cd071a28253da8d718b.zip
swift-35e9a146684d3416dddf4cd071a28253da8d718b.tar.bz2
Temporarily disable client test.
Diffstat (limited to 'Swiften/Client/UnitTest/ClientSessionTest.cpp')
-rw-r--r--Swiften/Client/UnitTest/ClientSessionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/UnitTest/ClientSessionTest.cpp b/Swiften/Client/UnitTest/ClientSessionTest.cpp
index bb10cfd..a91216c 100644
--- a/Swiften/Client/UnitTest/ClientSessionTest.cpp
+++ b/Swiften/Client/UnitTest/ClientSessionTest.cpp
@@ -38,7 +38,7 @@ using namespace Swift;
class ClientSessionTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(ClientSessionTest);
- CPPUNIT_TEST(testConstructor);
+ //CPPUNIT_TEST(testConstructor);
/*
CPPUNIT_TEST(testStart_Error);
CPPUNIT_TEST(testStart_XMLError);