summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-10-31 09:19:46 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 16:43:06 +0100
commit88cfd42e3a8bd69525fa2e4fd92cd1a789f80a9d (patch)
tree3cb5e8fcf1105728f32b70dfdfb98b55abc676e4 /tests
parent09c63e009bfd92b88e5449ae77cd039872c2313c (diff)
downloadqtenginio-88cfd42e3a8bd69525fa2e4fd92cd1a789f80a9d.tar.gz
Enable OAuth2 tests on production
Change-Id: I4356b5f3a26fd30e357809a390aa3b1c940dcb97 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp b/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
index 9cc9c7a..54a747d 100644
--- a/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
+++ b/tests/auto/identity/oauth2authentication/tst_oauth2authentication.cpp
@@ -60,14 +60,10 @@ public slots:
private slots:
void initTestCase()
{
- if (EnginioTests::TESTAPP_URL != QStringLiteral("https://staging.engin.io"))
- QSKIP("OAuth2Authentication tests can be executed only against staging");
Base::initTestCase(QStringLiteral("tst_OAuth2Auth"));
}
void cleanupTestCase()
{
- if (EnginioTests::TESTAPP_URL != QStringLiteral("https://staging.engin.io"))
- QSKIP("OAuth2Authentication tests can be executed only against staging");
Base::cleanupTestCase();
}