~ci-train-bot/thumbnailer/thumbnailer-ubuntu-yakkety-landing-072

« back to all changes in this revision

Viewing changes to tests/settings/settings_test.cpp

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2015-09-15 11:04:11 UTC
  • mfrom: (125.1.2 landing150915)
  • Revision ID: ci-train-bot@canonical.com-20150915110411-233xw0fljaq7p2o0
Landing changes on devel to trunk.
Approved by: James Henstridge

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include <internal/gobj_memory.h>
20
 
#include <internal/settings.h>
 
20
#include <settings.h>
21
21
#include <testsetup.h>
22
22
 
23
23
#pragma GCC diagnostic push
30
30
 
31
31
#include <unistd.h>
32
32
 
 
33
using namespace unity::thumbnailer;
33
34
using namespace unity::thumbnailer::internal;
34
35
 
35
36
TEST(Settings, defaults_from_schema)