[tracker/functional-tests-applications: 3/22] functional tests, applications: Tests should start/stop all tracker components



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

    functional tests, applications: 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]