Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_Role2 / 42_viewByNS
1 # TC_Role2.42.10.POS List Roles from NS when not allowed to see NS
2 as testid@aaf.att.com
3 expect 200
4 role list ns com.test.TC_Role2.@[user.name]
5
6 # TC_Role2.42.20.NEG Don't List Roles from NS when not allowed to see NS
7 as testunused@aaf.att.com
8 expect 403
9 role list ns com.test.TC_Role2.@[user.name]
10