summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/test/json/PTU3.json
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-12-28 10:18:43 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-12-29 09:42:05 +0200
commit68f3194e5c47a295ea18530121905b92a0a7f82a (patch)
tree6480d6c7cd0d2174c008f45fa97a243a336209c7 /src/components/policy/policy_external/test/json/PTU3.json
parent85bba21e1839f3a5f79b64b88578e7dbbe134c3c (diff)
downloadsdl_core-68f3194e5c47a295ea18530121905b92a0a7f82a.tar.gz
Fix tests after changing implementation
Removed preloaded_pt field from PTU json files. Fixed failed related tests. Related task : APPLINK-30866
Diffstat (limited to 'src/components/policy/policy_external/test/json/PTU3.json')
-rw-r--r--src/components/policy/policy_external/test/json/PTU3.json39
1 files changed, 20 insertions, 19 deletions
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
+ }
+ }
+}