add XamarinFormsMaps Manual TCT package to skip the User Consent 83/162183/2
authorjomui <jongmun.woo@samsung.com>
Wed, 29 Nov 2017 11:13:46 +0000 (20:13 +0900)
committerjomui <jongmun.woo@samsung.com>
Wed, 29 Nov 2017 11:14:50 +0000 (20:14 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I4b1fca3e17057605c7dc40b64b695ec41083f293

packaging/maps-plugin-here.spec
src/here_userconsent.cpp

index a2328b3..c6b60fe 100644 (file)
@@ -1,6 +1,6 @@
 Name:       maps-plugin-here
 Summary:    Tizen HERE Maps Plug-in Library
-Version:    0.3.31
+Version:    0.3.32
 Release:    1
 Group:      Location/Libraries
 License:    Apache-2.0 and HERE
index 7da2491..d88af57 100644 (file)
@@ -81,7 +81,7 @@ here_error_e HereUserConsent::GetUserConsent(bool *consent)
                return HERE_ERROR_NONE;
        }
 
-       const int testAppIdCount = 7;
+       const int testAppIdCount = 8;
        const char* testAppIdList[testAppIdCount] = {
                "org.tizen.capi-maps-service-native-utc",
                "org.tizen.capi-maps-service-native-itc",
@@ -89,7 +89,8 @@ here_error_e HereUserConsent::GetUserConsent(bool *consent)
                "native.capi-maps-service-itc",
                "Tizen.Maps.Test",
                "Tizen.Maps.Manual.Test",
-               "Tizen.XamarinFormsMaps.Tests"
+               "Tizen.XamarinFormsMaps.Tests",
+               "Tizen.XamarinFormsMaps.Manual.Tests",
        };
 
        int enabled = 0;