summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbactest.json
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-07 10:34:15 -0600
committerPetr Vobornik <pvoborni@redhat.com>2011-12-09 15:55:02 +0100
commitb70ebe5c9f718d184ae6a60931fdccf0e22b9c48 (patch)
treef1c7339c3939131750d053fa6b511ec777f5a996 /install/ui/test/data/hbactest.json
parenta1c9e3618c9d0e03fc926031f2c65d92da7a8b03 (diff)
downloadfreeipa-b70ebe5c9f718d184ae6a60931fdccf0e22b9c48.tar.gz
freeipa-b70ebe5c9f718d184ae6a60931fdccf0e22b9c48.tar.xz
freeipa-b70ebe5c9f718d184ae6a60931fdccf0e22b9c48.zip
Fixed matched/unmatched checkboxes in HBAC Test
The checkboxes in HBAC Test run page have been fixed to show/hide matched or unmatched rules. The New Test button has been fixed to deselect the inputs in all facets. The test data has been updated as well. Ticket #388
Diffstat (limited to 'install/ui/test/data/hbactest.json')
-rw-r--r--install/ui/test/data/hbactest.json24
1 files changed, 21 insertions, 3 deletions
diff --git a/install/ui/test/data/hbactest.json b/install/ui/test/data/hbactest.json
index 38565eebf..7a71dfefa 100644
--- a/install/ui/test/data/hbactest.json
+++ b/install/ui/test/data/hbactest.json
@@ -5,12 +5,30 @@
"error": null,
"matched": [
"allow_all",
- "rule1"
+ "rule01",
+ "rule02",
+ "rule03",
+ "rule04",
+ "rule05",
+ "rule06",
+ "rule07",
+ "rule08",
+ "rule09",
+ "rule10"
],
"notmatched": [
- "rule2"
+ "rule11",
+ "rule12",
+ "rule13",
+ "rule14",
+ "rule15",
+ "rule16",
+ "rule17",
+ "rule18",
+ "rule19",
+ "rule20"
],
"summary": "Access granted: True",
"value": true
}
-} \ No newline at end of file
+}