[tracker/functional-tests-applications: 20/22] functional-tests: Rename tests in 600 & 601 to control execution order



commit b1dd194db463f952e351831258ed2e278f4d9eae
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Jan 28 14:33:38 2011 +0200

    functional-tests: Rename tests in 600 & 601 to control execution order

 tests/functional-tests/600-applications-camera.py |    8 ++++----
 tests/functional-tests/601-applications-sync.py   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/functional-tests/600-applications-camera.py b/tests/functional-tests/600-applications-camera.py
index d9678f0..a797d7a 100755
--- a/tests/functional-tests/600-applications-camera.py
+++ b/tests/functional-tests/600-applications-camera.py
@@ -39,7 +39,7 @@ MINER_FS_IDLE_TIMEOUT = 5
 
 class TrackerCameraApplicationTests (CommonTrackerApplicationTest):
 
-    def test_camera_picture_01 (self):
+    def test_01_camera_picture (self):
         """
         Camera simulation:
 
@@ -94,7 +94,7 @@ class TrackerCameraApplicationTests (CommonTrackerApplicationTest):
         self.assertEquals (self.get_urn_count_by_url (dest_fileuri), 0)
 
 
-    def test_camera_picture_02_geolocation (self):
+    def test_02_camera_picture_geolocation (self):
         """
         Camera simulation:
 
@@ -183,7 +183,7 @@ class TrackerCameraApplicationTests (CommonTrackerApplicationTest):
         self.assertEquals (self.get_urn_count_by_url (dest_fileuri), 0)
 
 
-    def test_camera_video_01 (self):
+    def test_03_camera_video (self):
         """
         Camera video recording simulation:
 
@@ -238,7 +238,7 @@ class TrackerCameraApplicationTests (CommonTrackerApplicationTest):
         self.assertEquals (self.get_urn_count_by_url (dest_fileuri), 0)
 
 
-    def test_camera_video_02_geolocation (self):
+    def test_04_camera_video_geolocation (self):
         """
         Camera simulation:
 
diff --git a/tests/functional-tests/601-applications-sync.py b/tests/functional-tests/601-applications-sync.py
index 36c5b8e..18fc4a3 100755
--- a/tests/functional-tests/601-applications-sync.py
+++ b/tests/functional-tests/601-applications-sync.py
@@ -39,7 +39,7 @@ MINER_FS_IDLE_TIMEOUT = 5
 
 class TrackerSyncApplicationTests (CommonTrackerApplicationTest):
 
-    def test_sync_audio_01 (self):
+    def test_01_sync_audio_nb219946 (self):
         """
         Sync simulation (after fix for NB#219946):
 



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