diff options
-rw-r--r-- | tests/auto/oauth1/tst_oauth1.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/oauth1/tst_oauth1.cpp b/tests/auto/oauth1/tst_oauth1.cpp index c76ba8f..bce7007 100644 --- a/tests/auto/oauth1/tst_oauth1.cpp +++ b/tests/auto/oauth1/tst_oauth1.cpp @@ -636,6 +636,8 @@ void tst_OAuth1::grant_data() << QUrl("http://term.ie/oauth/example/access_token.php") << QUrl("http://term.ie/oauth/example/echo_api.php") << QNetworkAccessManager::PostOperation; + } else { + QSKIP("Skipping test due to unreachable term.ie host"); } } @@ -740,7 +742,7 @@ void tst_OAuth1::authenticatedCalls_data() << parameters << QNetworkAccessManager::GetOperation; } else { - QSKIP("Skipping test due to unreacahble term.ie host"); + QSKIP("Skipping test due to unreachable term.ie host"); } } @@ -835,7 +837,7 @@ void tst_OAuth1::prepareRequestCalls_data() << parameters << QByteArray("GET"); } else { - QSKIP("Skipping test due to unreacahble term.ie host"); + QSKIP("Skipping test due to unreachable term.ie host"); } } |