| | |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <!-- The rest of the test case should be uncommented when Issue 1600 is resolved. |
| | | <message> |
| | | 'ACI: Bind Types: inheritance with bindtype, deny children, user searching in second child level' |
| | | </message> |
| | |
| | | <if expr="returnCode != '0'"> |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | --> |
| | | |
| | | <message> |
| | | 'ACI: Bind Types: inheritance with bindtype, deny children, admin deleting aci' |
| | | </message> |
| | |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <call function="'searchStringForSubstring'"> |
| | | { 'returnString' : returnString , |
| | | 'testString' : 'manager:' } |
| | | </call> |
| | | |
| | | <if expr="returnCode != '1'"> |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <message> |
| | | 'ACI: Bind Types: inheritance with bindtype, allow one child level, user searching in second child level' |
| | | </message> |
| | |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <call function="'searchStringForSubstring'"> |
| | | { 'returnString' : returnString , |
| | | 'testString' : 'manager:' } |
| | | </call> |
| | | |
| | | <if expr="returnCode != '1'"> |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <message> |
| | | 'ACI: Bind Types: inheritance with bindtype, allow two child levels, user searching in second child level' |
| | | </message> |
| | |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <call function="'searchStringForSubstring'"> |
| | | { 'returnString' : returnString , |
| | | 'testString' : 'manager:' } |
| | | </call> |
| | | |
| | | <if expr="returnCode != '1'"> |
| | | <tcstatus result="'fail'"/> |
| | | </if> |
| | | |
| | | <message> |
| | | 'ACI: Bind Types: inheritance with bindtype, allow two child levels, admin deleting aci' |
| | | </message> |