[jboss-cvs] JBossAS SVN: r100541 - branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 5 11:16:56 EST 2010


Author: mmoyses
Date: 2010-02-05 11:16:56 -0500 (Fri, 05 Feb 2010)
New Revision: 100541

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java
Log:
JBPAPP-3583: added options for the provider's argument

Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java	2010-02-05 16:16:19 UTC (rev 100540)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java	2010-02-05 16:16:56 UTC (rev 100541)
@@ -320,7 +320,7 @@
       // verify that the component has the expected managed properties.
       Map<String, ManagedProperty> properties = component.getProperties();
       assertNotNull(properties);
-      assertEquals("Unexpected number of properties", 20, properties.size());
+      assertEquals("Unexpected number of properties", 22, properties.size());
       assertTrue("Missing expected property: securityDomain", properties.containsKey("securityDomain"));
       assertTrue("Missing expected property: state", properties.containsKey("state"));
       // keystore and truststore configuration properties.




More information about the jboss-cvs-commits mailing list