~xavi-garcia-mena/indicator-sound/icon-volume-zero

« back to all changes in this revision

Viewing changes to tests/volume-control-test.cc

  • Committer: CI Train Bot
  • Author(s): Charles Kerr
  • Date: 2015-08-07 22:35:55 UTC
  • mfrom: (498.1.8 foo)
  • Revision ID: ci-train-bot@canonical.com-20150807223555-gk0ldebwvv1qdzoi
Revised UI volume warnings to comply with EU requirements. Fixes: #1481913
Approved by: PS Jenkins bot, Ted Gould

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                DbusTestService * service = NULL;
33
33
                GDBusConnection * session = NULL;
34
34
 
35
 
                virtual void SetUp() {
 
35
                virtual void SetUp() override {
 
36
 
 
37
                        g_setenv("GSETTINGS_SCHEMA_DIR", SCHEMA_DIR, TRUE);
 
38
                        g_setenv("GSETTINGS_BACKEND", "memory", TRUE);
 
39
 
36
40
                        service = dbus_test_service_new(NULL);
37
41
                        dbus_test_service_start_tasks(service);
38
42