diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-01-23 14:07:37 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-01-24 19:27:20 (GMT) | 
| commit | 0a0a3046ad01ee4f3aa436485ae48cbff9d74272 (patch) | |
| tree | e4b25e69815dfdb1a5139ab20be57a05879ffa76 /Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp | |
| parent | fe89312ed0e8b6554f37c0bc2ac45095fcc74683 (diff) | |
| download | swift-contrib-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.zip swift-contrib-0a0a3046ad01ee4f3aa436485ae48cbff9d74272.tar.bz2  | |
Added test suite registration checker.
Diffstat (limited to 'Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp')
| -rw-r--r-- | Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp b/Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp index 8daea4f..72c2b64 100644 --- a/Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp +++ b/Swiften/SASL/UnitTest/DIGESTMD5ClientAuthenticatorTest.cpp @@ -17,8 +17,7 @@ class DIGESTMD5ClientAuthenticatorTest : public CppUnit::TestFixture {  		CPPUNIT_TEST(testGetInitialResponse);  		CPPUNIT_TEST(testGetResponse);  		CPPUNIT_TEST(testGetResponse_WithAuthorizationID); -		/*CPPUNIT_TEST(testSetChallenge); -		CPPUNIT_TEST(testSetChallenge_InvalidBlabBla);*/ +		//CPPUNIT_TEST(testSetChallenge);  		CPPUNIT_TEST_SUITE_END();  	public:  | 
 Swift