summaryrefslogtreecommitdiff
path: root/tests
diff options
authorDidier Roche <didier.roche@canonical.com>2012-07-19 12:13:55 +0200
committerDidier Roche <didier.roche@canonical.com>2012-07-19 12:13:55 +0200
commite3f97d6f4073830f55a2c2cc7d9bc2de9de6a4a6 (patch)
tree3141f4c03f6de52f6c0d46fb82272d568d5d9e7e /tests
parent679a79750b862741a7f68b502990ce054773cdc9 (diff)
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
(bzr r2511.1.1)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_favorite_store_gsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_favorite_store_gsettings.cpp b/tests/test_favorite_store_gsettings.cpp
index 8609d9379..9604dc712 100644
--- a/tests/test_favorite_store_gsettings.cpp
+++ b/tests/test_favorite_store_gsettings.cpp
@@ -43,7 +43,7 @@ namespace {
// Constant
const gchar* SCHEMA_DIRECTORY = BUILDDIR"/settings";
const gchar* BASE_STORE_FILE = BUILDDIR"/settings/test-favorite-store-gsettings.store";
-const gchar* BASE_STORE_CONTENTS = "[desktop/unity/launcher]\n" \
+const gchar* BASE_STORE_CONTENTS = "[com/canonical/unity/launcher]\n" \
"favorites=['%s', '%s', '%s']";
const char* base_store_favs[] = { BUILDDIR"/tests/data/ubuntuone-installer.desktop",