[tracker] functional-tests: no need to sleeps now that the tests wait for signals
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] functional-tests: no need to sleeps now that the tests wait for signals
- Date: Mon, 18 Oct 2010 18:22:59 +0000 (UTC)
commit 63da4ff6cc83091cb314e6d4f06051318fd398d9
Author: Ivan Frade <ivan frade nokia com>
Date: Mon Oct 18 21:15:23 2010 +0300
functional-tests: no need to sleeps now that the tests wait for signals
tests/functional-tests/common/utils/storetest.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/storetest.py b/tests/functional-tests/common/utils/storetest.py
index 6623374..31a6c33 100644
--- a/tests/functional-tests/common/utils/storetest.py
+++ b/tests/functional-tests/common/utils/storetest.py
@@ -37,7 +37,6 @@ class CommonTrackerStoreTest (ut.TestCase):
#print "Starting the daemon in test mode"
self.system = TrackerSystemAbstraction ()
self.system.tracker_store_testing_start ()
- time.sleep (0.5)
self.tracker = StoreHelper ()
self.tracker.wait () #Safe guard. Returns when the store is ready
@@ -45,4 +44,3 @@ class CommonTrackerStoreTest (ut.TestCase):
def tearDownClass (self):
#print "Stopping the daemon in test mode (Doing nothing now)"
self.system.tracker_store_testing_stop ()
- time.sleep (2)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]