diff options
| author | Didier Roche <didier.roche@canonical.com> | 2012-07-19 12:13:55 +0200 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2012-07-19 12:13:55 +0200 |
| commit | e3f97d6f4073830f55a2c2cc7d9bc2de9de6a4a6 (patch) | |
| tree | 3141f4c03f6de52f6c0d46fb82272d568d5d9e7e /tests | |
| parent | 679a79750b862741a7f68b502990ce054773cdc9 (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.cpp | 2 |
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", |
