~unity-team/unity-scopes-shell/catch-no-search-hint

« back to all changes in this revision

Viewing changes to tests/departmentstest.cpp

  • Committer: Michal Hruby
  • Date: 2014-07-31 11:01:21 UTC
  • mfrom: (110.1.2 unity-scopes-shell)
  • Revision ID: michal.mhr@gmail.com-20140731110121-1jypks8l5plrus91
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        // get scope proxy
78
78
        m_scope = qobject_cast<scopes_ng::Scope*>(m_scopes->getScope(QString("mock-scope-departments")));
79
79
        QVERIFY(m_scope != nullptr);
 
80
        m_scope->setActive(true);
80
81
    }
81
82
 
82
83
    void cleanup()