diff options
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/aci_tests.js | 2 | ||||
-rw-r--r-- | install/ui/test/data/ipa_init.json | 6 | ||||
-rw-r--r-- | install/ui/test/data/permission_show_filter.json | 6 | ||||
-rw-r--r-- | install/ui/test/data/permission_show_subtree.json | 6 | ||||
-rw-r--r-- | install/ui/test/data/permission_show_type.json | 6 |
5 files changed, 17 insertions, 9 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index 10b76aef..2ff1acdd 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -37,7 +37,7 @@ module('aci',{ ); target_container = $('<div id="target"/>').appendTo(document.body); - target_section = IPA.target_section({ + target_section = IPA.permission_target_section({ name: 'target', label: 'Target', entity:entity diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 830b2d63..abaf4a78 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -253,14 +253,10 @@ "identity": "Netgroup Settings" }, "permission": { - "filter": "Filter", "identity": "Identity", "invalid_target": "Permission with invalid target specification", "rights": "Rights", - "subtree": "By Subtree", - "target": "Target", - "targetgroup": "Target Group", - "type": "Object By Type" + "target": "Target" }, "privilege": { "identity": "Privilege Settings" diff --git a/install/ui/test/data/permission_show_filter.json b/install/ui/test/data/permission_show_filter.json index a7390b4d..c32bfb7b 100644 --- a/install/ui/test/data/permission_show_filter.json +++ b/install/ui/test/data/permission_show_filter.json @@ -8,13 +8,17 @@ "businesscategory": "rscwo", "cn": "rscwo", "description": "rscwo", + "filter": "rscwo", "member": "rscwo", "nsaccountlock": "rscwo", "o": "rscwo", "objectclass": "rscwo", "ou": "rscwo", "owner": "rscwo", - "seealso": "rscwo" + "seealso": "rscwo", + "subtree": "rscwo", + "targetgroup": "rscwo", + "type": "rscwo" }, "cn": [ "filter" diff --git a/install/ui/test/data/permission_show_subtree.json b/install/ui/test/data/permission_show_subtree.json index 24255d4e..af39e45b 100644 --- a/install/ui/test/data/permission_show_subtree.json +++ b/install/ui/test/data/permission_show_subtree.json @@ -8,13 +8,17 @@ "businesscategory": "rscwo", "cn": "rscwo", "description": "rscwo", + "filter": "rscwo", "member": "rscwo", "nsaccountlock": "rscwo", "o": "rscwo", "objectclass": "rscwo", "ou": "rscwo", "owner": "rscwo", - "seealso": "rscwo" + "seealso": "rscwo", + "subtree": "rscwo", + "targetgroup": "rscwo", + "type": "rscwo" }, "cn": [ "subtree" diff --git a/install/ui/test/data/permission_show_type.json b/install/ui/test/data/permission_show_type.json index 5407ed29..4ddbcfa6 100644 --- a/install/ui/test/data/permission_show_type.json +++ b/install/ui/test/data/permission_show_type.json @@ -8,13 +8,17 @@ "businesscategory": "rscwo", "cn": "rscwo", "description": "rscwo", + "filter": "rscwo", "member": "rscwo", "nsaccountlock": "rscwo", "o": "rscwo", "objectclass": "rscwo", "ou": "rscwo", "owner": "rscwo", - "seealso": "rscwo" + "seealso": "rscwo", + "subtree": "rscwo", + "targetgroup": "rscwo", + "type": "rscwo" }, "attrs": [ "unmatched", |