* **************************************************************** -->
<!-- Test case 5-01: Should be Perm + Obl: Dr A is on dissented list -->
<!-- **************************************************************** -->
*/
String file = "XacmlRequest-05-01.xml";
ResponseContext response = getResponse(file);
ResultType result = response.getResult();
ObligationsType obligationsType = result.getObligations();
assertTrue("1 obligation", obligationsType.getObligation().size() == 1);
validateCase(response, XACMLConstants.DECISION_PERMIT);
}