[jboss-cvs] JBossAS SVN: r91158 - 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
Mon Jul 13 09:43:42 EDT 2009


Author: emuckenhuber
Date: 2009-07-13 09:43:41 -0400 (Mon, 13 Jul 2009)
New Revision: 91158

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java
Log:
update security MO test to the current number of managed properties.

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	2009-07-13 13:33:50 UTC (rev 91157)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/SecurityManagedObjectsTestCase.java	2009-07-13 13:43:41 UTC (rev 91158)
@@ -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", 14, properties.size());
+      assertEquals("Unexpected number of properties", 20, 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