public void testValidWebPolicyContextHandler() throws Exception
{
WebXACMLPolicyModuleDelegate pc = new WebXACMLPolicyModuleDelegate();
PolicyRegistration policyRegistration = new JBossPolicyRegistration();
registerPolicy(policyRegistration);
WebResource er = getResource(policyRegistration);
er.setPolicyContextID(this.contextID);
er.setServletRequest(new TestHttpServletRequest(p, uri, "GET"));