~stolowski/unity-scopes-shell/feeds

« back to all changes in this revision

Viewing changes to tests/resultstest.cpp

  • Committer: Pawel Stolowski
  • Date: 2014-11-18 12:34:35 UTC
  • mfrom: (144.2.19 unity-scopes-shell)
  • Revision ID: pawel.stolowski@canonical.com-20141118123435-fkh91t8n4czod5z3
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
private Q_SLOTS:
95
95
    void initTestCase()
96
96
    {
 
97
        qputenv("UNITY_SCOPES_NO_WAIT_LOCATION", "1");
97
98
        m_registry.reset(new RegistrySpawner);
98
99
    }
99
100