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/delegation_show.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'install/ui/test/data/delegation_show.json') diff --git a/install/ui/test/data/delegation_show.json b/install/ui/test/data/delegation_show.json index 0b0474d6e..d43100997 100644 --- a/install/ui/test/data/delegation_show.json +++ b/install/ui/test/data/delegation_show.json @@ -1,22 +1,19 @@ { "error": null, - "id": 0, + "id": 4, "result": { "result": { - "aciname": "delegme", + "aciname": "test-deleg", "attrs": [ - "cn" - ], - "filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com)", - "group": "admins", - "membergroup": [ - "admins" + "audio" ], + "group": "ipausers", + "memberof": "editors", "permissions": [ "write" ] }, "summary": null, - "value": "delegme" + "value": "test-deleg" } } \ No newline at end of file -- cgit