~stolowski/unity-scope-mediascanner/set-child-feeds

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): James Henstridge
  • Date: 2014-10-13 12:00:45 UTC
  • mfrom: (177.2.16 click-support)
  • Revision ID: ps-jenkins@lists.canonical.com-20141013120045-d7bd9poj72au5672
Reorganise package and update build rules to support building scopes as click packages.  Also update icons to the latest versions from design. Fixes: 1380586
Approved by: Pawel Stolowski, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <unity/scopes/testing/Result.h>
15
15
#include <unity/scopes/testing/TypedScopeFixture.h>
16
16
 
17
 
#include "../src/video-scope.h"
 
17
#include "../src/myvideos/video-scope.h"
18
18
 
19
19
using namespace mediascanner;
20
20
using namespace unity::scopes;
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