[tracker-miners/sam/meson-subproject: 3/6] functional-tests: Remove maemo-specific code that doesn't work any more



commit 33fc1d2b6dba1c4266dca175b34dff76d9b7e331
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Wed Nov 1 12:13:04 2017 +0000

    functional-tests: Remove maemo-specific code that doesn't work any more

 tests/functional-tests/01-insertion.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/01-insertion.py b/tests/functional-tests/01-insertion.py
index 33fd17f..dba85a4 100755
--- a/tests/functional-tests/01-insertion.py
+++ b/tests/functional-tests/01-insertion.py
@@ -777,7 +777,6 @@ class TrackerStorePhoneNumberTest (CommonTrackerStoreTest):
         and running query to get the contact from the number.
        """
 
-        @ut.skipIf (not cfg.haveMaemo, "This test uses maemo:specific properties")
        def test_phone_01 (self):
                """
                 1. Setting the maemo:localPhoneNumber property to last 7 digits of phone number.
@@ -833,7 +832,6 @@ class TrackerStorePhoneNumberTest (CommonTrackerStoreTest):
                 self.assertEquals (result[0][0], "test://test_phone_1/message")
 
 
-        @ut.skipIf (not cfg.haveMaemo, "This test uses maemo:specific properties")
        def test_phone_02 (self):
                """
                 Inserting a local phone number which have spaces


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