[tracker/gsettings-remaining-bits] functional-tests: define miner dconf schema name in a constant



commit b2bfa86c55c02a77b1c2ac87b8e2168b7c6c82c6
Author: Ivan Frade <ivan frade nokia com>
Date:   Mon Mar 21 09:58:21 2011 +0200

    functional-tests: define miner dconf schema name in a constant

 .../common/utils/configuration.py.in               |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/configuration.py.in b/tests/functional-tests/common/utils/configuration.py.in
index 29412f0..8b97cff 100644
--- a/tests/functional-tests/common/utils/configuration.py.in
+++ b/tests/functional-tests/common/utils/configuration.py.in
@@ -45,6 +45,9 @@ TRACKER_EXTRACT_IFACE = "org.freedesktop.Tracker1.Extract"
 
 WRITEBACK_BUSNAME = "org.freedesktop.Tracker1.Writeback"
 
+
+DCONF_MINER_SCHEMA = "org.freedesktop.Tracker.Miner.FileSystem"
+
 def expandvars (variable):
     # Note: the order matters!
     result = variable



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]