From 2518612b0de13b3fd09eee7731804d077ded4ccf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 1 Feb 2011 18:01:19 -0500 Subject: core widget unit tests baseline set of unit tests for checking that each widget conforms to the contract --- install/ui/test/data/group_find.json | 39 +++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'install/ui/test/data/group_find.json') 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 +} -- cgit