~unity-team/unity-scopes-shell/overview

« back to all changes in this revision

Viewing changes to tests/registry-spawner.h

  • Committer: Michal Hruby
  • Date: 2014-07-31 11:08:50 UTC
  • mfrom: (108.2.4 unity-scopes-shell)
  • Revision ID: michal.mhr@gmail.com-20140731110850-41qkf5s8x8ugm3bj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        QVERIFY(m_registry->waitForStarted());
52
52
 
53
53
        qputenv("UNITY_SCOPES_RUNTIME_PATH", TEST_RUNTIME_CONFIG);
 
54
        qputenv("UNITY_SCOPES_NO_LOCATION", "1");
54
55
    }
55
56
 
56
57
    ~RegistrySpawner()