~dbarth/ubuntu-system-settings/rtm-fix-1378678

« back to all changes in this revision

Viewing changes to tests/plugins/system-update/fakessoservice.cpp

  • Committer: CI Train Bot
  • Date: 2015-02-19 17:21:09 UTC
  • Revision ID: ci-train-bot@canonical.com-20150219172109-0m7rosirrhna2znv
Tags: 0.3+15.04.20150219~rtm-0ubuntu1
Releasing 0.3+15.04.20150219~rtm-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    if(m_validCredentials) {
14
14
        Token token("token_key", "token_secret", "consumer_key", "consumer_secret");
15
15
        emit this->credentialsFound(token);
16
 
    } else if (m_deletedCredentials) {
17
 
        emit this->credentialsDeleted();
18
16
    } else {
19
17
        emit this->credentialsNotFound();
20
18
    }