summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/group_find.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-02-01 18:01:19 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-02 10:59:46 -0500
commit2518612b0de13b3fd09eee7731804d077ded4ccf (patch)
treed2a9d77ace505adf07a54edbe8fc3e4089cc0a7d /install/ui/test/data/group_find.json
parent04ba37500bc7629edb22d465931dbee53d629b24 (diff)
downloadfreeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.tar.gz
freeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.tar.xz
freeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.zip
core widget unit tests baseline set of unit tests for checking that each widget conforms to the contract
Diffstat (limited to 'install/ui/test/data/group_find.json')
-rw-r--r--install/ui/test/data/group_find.json39
1 files changed, 23 insertions, 16 deletions
diff --git a/install/ui/test/data/group_find.json b/install/ui/test/data/group_find.json
index 902689a06..338622948 100644
--- a/install/ui/test/data/group_find.json
+++ b/install/ui/test/data/group_find.json
@@ -1,6 +1,6 @@
{
"error": null,
- "id": 0,
+ "id": 2,
"result": {
"count": 5,
"result": [
@@ -11,9 +11,9 @@
"description": [
"Account administrators group"
],
- "dn": "cn=admins,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "dn": "cn=admins,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"gidnumber": [
- "1948497956"
+ "1420800000"
],
"member_user": [
"admin"
@@ -26,13 +26,17 @@
"description": [
"Default group for all users"
],
- "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"gidnumber": [
- "1948497957"
+ "1420800001"
],
"member_user": [
"kfrog",
- "moi"
+ "count123",
+ "scram",
+ "elmo",
+ "zoe",
+ "pdawn"
]
},
{
@@ -42,34 +46,37 @@
"description": [
"Limited admins who can edit other users"
],
- "dn": "cn=editors,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "dn": "cn=editors,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"gidnumber": [
- "1948497958"
+ "1420800002"
]
},
{
"cn": [
- "deleteme"
+ "monsters"
],
"description": [
- "This is a group that should go away."
+ "Monsters on Sesame Street"
],
- "dn": "cn=deleteme,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
+ "dn": "cn=monsters,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "gidnumber": [
+ "1420800009"
+ ]
},
{
"cn": [
- "testgroup"
+ "muppets"
],
"description": [
- "Detlete this if you see it"
+ "Muppets moonlighting for CTW"
],
- "dn": "cn=testgroup,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "dn": "cn=muppets,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"gidnumber": [
- "1948497959"
+ "1420800010"
]
}
],
"summary": "5 groups matched",
"truncated": false
}
-} \ No newline at end of file
+}