summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDario Freddi <dario.freddi@collabora.com>2012-03-07 19:14:33 +0100
committerDario Freddi <dario.freddi@collabora.com>2012-03-13 14:32:23 +0100
commit5b806f33c34f211b7f9fb9e12b69c9966929146f (patch)
tree28a2d069c509ded4dca854bfc747f24b1e95517f /tests
parentfe0b0123a0fd9a73ecdc9075f353dd64faef757d (diff)
captcha-authentication: Fill empty Captcha objects with default values
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/captcha-authentication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/captcha-authentication.cpp b/tests/dbus/captcha-authentication.cpp
index a893f4fe..c06a4879 100644
--- a/tests/dbus/captcha-authentication.cpp
+++ b/tests/dbus/captcha-authentication.cpp
@@ -81,7 +81,7 @@ void TestCaptchaAuthentication::createCaptchaChannel(bool canRetry)
SLOT(expectSuccessfulCall(Tp::PendingOperation *))));
QCOMPARE(mLoop->exec(), 0);
- QCOMPARE(mChan->isReady(ServerAuthenticationChannel::FeatureCore), true);
+ QVERIFY(mChan->isReady(ServerAuthenticationChannel::FeatureCore));
QVERIFY(mChan->hasCaptchaInterface());
QVERIFY(!mChan->hasSaslInterface());