[tracker-miners] functional-tests: Unbreak test by fixing the name of the interface
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners] functional-tests: Unbreak test by fixing the name of the interface
- Date: Fri, 1 Dec 2017 11:17:54 +0000 (UTC)
commit 88196240210c6d5043a1698161ebc22d8982c0e4
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Nov 29 09:20:38 2017 +0100
functional-tests: Unbreak test by fixing the name of the interface
The 410-extractor-decorator.py test fails with:
Error: g-dbus-error-quark:
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such
interface 'org.freedesktop.Tracker1.Miner.Index' on object at path
/org/freedesktop/Tracker1/Miner/Files/Index (19)
Fallout from b4802ca33446772fb029df6215182e2091bdbf2c
https://bugzilla.gnome.org/show_bug.cgi?id=790972
.../common/utils/configuration.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/configuration.py.in
b/tests/functional-tests/common/utils/configuration.py.in
index 2ccaece..97939fe 100644
--- a/tests/functional-tests/common/utils/configuration.py.in
+++ b/tests/functional-tests/common/utils/configuration.py.in
@@ -30,7 +30,7 @@ MINERFS_BUSNAME = "org.freedesktop.Tracker1.Miner.Files"
MINERFS_OBJ_PATH = "/org/freedesktop/Tracker1/Miner/Files"
MINER_IFACE = "org.freedesktop.Tracker1.Miner"
MINERFS_INDEX_OBJ_PATH = "/org/freedesktop/Tracker1/Miner/Files/Index"
-MINER_INDEX_IFACE = "org.freedesktop.Tracker1.Miner.Index"
+MINER_INDEX_IFACE = "org.freedesktop.Tracker1.Miner.Files.Index"
TRACKER_BACKUP_OBJ_PATH = "/org/freedesktop/Tracker1/Backup"
BACKUP_IFACE = "org.freedesktop.Tracker1.Backup"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]