[tracker/functional-tests-applications: 3/4] functional tests: Application tests should start/stop all tracker components



commit 6be2cf0f5f36443fd562f5a5dc28f4084990b1e5
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Jan 20 19:40:23 2011 +0100

    functional tests: Application tests should start/stop all tracker components

 .../common/utils/applicationstest.py               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/applicationstest.py b/tests/functional-tests/common/utils/applicationstest.py
index 39041b8..19b2330 100644
--- a/tests/functional-tests/common/utils/applicationstest.py
+++ b/tests/functional-tests/common/utils/applicationstest.py
@@ -77,7 +77,7 @@ class CommonTrackerApplicationTest (ut.TestCase):
                                     "test-configurations",
                                     "applications")
 
-        self.system.tracker_miner_fs_testing_start (confdir)
+        self.system.tracker_all_testing_start (confdir)
 
         # Returns when ready
         self.tracker = StoreHelper ()
@@ -90,7 +90,7 @@ class CommonTrackerApplicationTest (ut.TestCase):
     @classmethod
     def tearDownClass (self):
         #print "Stopping the daemon in test mode (Doing nothing now)"
-        self.system.tracker_miner_fs_testing_stop ()
+        self.system.tracker_all_testing_stop ()
 
         # Remove monitored directory
         if (os.path.exists (APPLICATIONS_TMP_DIR)):



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