Skip to content

Commit

Permalink
[tests] Use QSKIP() instead of QVERIFY(false)
Browse files Browse the repository at this point in the history
Relates NEMO#664
  • Loading branch information
martyone committed May 22, 2013
1 parent 493bea8 commit 72fffd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_meego/SessionHandlerTest.cpp
Expand Up @@ -877,7 +877,7 @@ void SessionHandlerTest::testClientAuthBasicContinuous()
// Test that basic authentication information is continued to be sent
// if server responds with 200.

QVERIFY( false );
QSKIP( "Unimplemented!", SkipAll );
}

void SessionHandlerTest::testClientAuthMD5NoCreds()
Expand Down Expand Up @@ -1218,7 +1218,7 @@ void SessionHandlerTest::testClientAuthMD5ChalToBasic()

void SessionHandlerTest::testClientAuthMD5Continuous()
{
QVERIFY( false );
QSKIP( "Unimplemented!", SkipAll );
}

void SessionHandlerTest::regression_NB153701_01()
Expand Down

0 comments on commit 72fffd2

Please sign in to comment.