From 68f3194e5c47a295ea18530121905b92a0a7f82a Mon Sep 17 00:00:00 2001 From: Kozoriz Date: Wed, 28 Dec 2016 10:18:43 +0200 Subject: Fix tests after changing implementation Removed preloaded_pt field from PTU json files. Fixed failed related tests. Related task : APPLINK-30866 --- .../policy/policy_external/test/json/PTU3.json | 39 +++++++++++----------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'src/components/policy/policy_external/test/json/PTU3.json') diff --git a/src/components/policy/policy_external/test/json/PTU3.json b/src/components/policy/policy_external/test/json/PTU3.json index cc4859ea21..da7f7a68de 100644 --- a/src/components/policy/policy_external/test/json/PTU3.json +++ b/src/components/policy/policy_external/test/json/PTU3.json @@ -1,7 +1,6 @@ - { - "policy_table": { - "module_config": { - "preloaded_pt": true, +{ + "policy_table" : { + "module_config": { "preloaded_date": "2015-12-08", "exchange_after_x_ignition_cycles": 100, "exchange_after_x_kilometers": 1800, @@ -1912,7 +1911,7 @@ } }, "app_policies": { - "default": { + "default": { "keep_context": false, "steal_focus": false, "priority": "NONE", @@ -1933,18 +1932,20 @@ "groups": ["DataConsent-2"] }, "pre_DataConsent": { - "keep_context": false, - "steal_focus": false, - "priority": "NONE", - "default_hmi": "NONE", - "groups": ["BaseBeforeDataConsent"], - "RequestType": [ - "QUERY_APPS", - "LAUNCH_APP", - "PROPRIETARY", - "INVALID_REQUEST_TYPE" - ] - } - } + "keep_context" : false, + "steal_focus" + : false, + "priority" : "NONE", + "default_hmi" + : "NONE", + "groups" : ["BaseBeforeDataConsent"], + "RequestType" :[ + "QUERY_APPS", + "LAUNCH_APP", + "PROPRIETARY", + "INVALID_REQUEST_TYPE" + ] } - } \ No newline at end of file + } + } +} -- cgit v1.2.1