[tracker] functional-tests: Update miner progress signal handler
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] functional-tests: Update miner progress signal handler
- Date: Fri, 13 May 2011 12:34:04 +0000 (UTC)
commit 951a4d31c33799171c61bdc62c0cd032a4b67e81
Author: Jürg Billeter <j bitron ch>
Date: Fri May 13 14:31:50 2011 +0200
functional-tests: Update miner progress signal handler
D-Bus API was changed by commit f96b30b8.
tests/functional-tests/common/utils/system.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/system.py b/tests/functional-tests/common/utils/system.py
index e4f3d4a..ab679bf 100644
--- a/tests/functional-tests/common/utils/system.py
+++ b/tests/functional-tests/common/utils/system.py
@@ -194,7 +194,7 @@ class TrackerMinerFsLifeCycle():
self.loop.quit ()
return False
- def __minerfs_status_cb (self, status, handle):
+ def __minerfs_status_cb (self, status, progress, remaining_time):
print "[miner-fs] status is now", status.encode ("utf-8")
if (status == "Idle"):
if (self.timeout_id != 0):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]