[jboss-cvs] JBossAS SVN: r71283 - projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/jboss/test/security/xacml/interop/rsaconf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 23:03:36 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-25 23:03:36 -0400 (Tue, 25 Mar 2008)
New Revision: 71283

Modified:
   projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/jboss/test/security/xacml/interop/rsaconf/PhysicianUnitTestCase.java
Log:
update physician unit test

Modified: projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/jboss/test/security/xacml/interop/rsaconf/PhysicianUnitTestCase.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/jboss/test/security/xacml/interop/rsaconf/PhysicianUnitTestCase.java	2008-03-26 02:32:15 UTC (rev 71282)
+++ projects/security/security-xacml/trunk/jboss-xacml/src/tests/org/jboss/test/security/xacml/interop/rsaconf/PhysicianUnitTestCase.java	2008-03-26 03:03:36 UTC (rev 71283)
@@ -33,7 +33,7 @@
 //$Id$
 
 /**
- *  
+ *  Physician Unit Test Case 
  *  @author Anil.Saldhana at redhat.com
  *  @since  Mar 25, 2008 
  *  @version $Revision$
@@ -48,6 +48,14 @@
       assertEquals("DENY?", XACMLConstants.DECISION_DENY,decision);
    }
    
+   public void testUConfidentialityCode() throws Exception
+   {
+      System.setProperty("debug","true");
+      int decision = XACMLTestUtil.getDecision(getPDP(), 
+            "test/requests/interop/rsaconf08/UCode_request_01.xml");    
+      assertEquals("DENY?", XACMLConstants.DECISION_DENY,decision);
+   }
+   
    private PolicyDecisionPoint getPDP()
    {
       ClassLoader tcl = Thread.currentThread().getContextClassLoader();




More information about the jboss-cvs-commits mailing list