test: modify test-session to handle a new property
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Wed, 15 Feb 2012 08:19:48 +0000 (10:19 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 28 Feb 2012 11:17:43 +0000 (13:17 +0200)
test/test-session

index dcb372f..5694ad0 100755 (executable)
@@ -114,7 +114,7 @@ class SessionApplication(dbus.service.Object):
        def type_convert(self, key, value):
                if key in [ "AllowedBearers" ]:
                        return value
-               elif key in [ "RoamingPolicy" ]:
+               elif key in [ "RoamingPolicy", "ConnectionType" ]:
                        if len(value) > 0:
                                return value[0]
                elif key in [ "Priority", "AvoidHandover",