~stolowski/unity-scope-mediascanner/dont-pass-artist-by-search-string

« back to all changes in this revision

Viewing changes to tests/test-video-scope.cpp

  • Committer: James Henstridge
  • Date: 2014-10-07 01:40:40 UTC
  • mto: This revision was merged to the branch mainline in revision 196.
  • Revision ID: james@jamesh.id.au-20141007014040-6zvzj688hnf5wpzz
Make scopes look for translations in their scope directory when built as 
click packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        ASSERT_EQ(0, setenv("MEDIASCANNER_CACHEDIR", cachedir.c_str(), 1));
38
38
        store.reset(new MediaStore(MS_READ_WRITE));
39
39
 
 
40
        set_scope_directory("/no/such/directory");
40
41
        unity::scopes::testing::TypedScopeFixture<VideoScope>::SetUp();
41
42
    }
42
43