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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 11 17:07:01 EDT 2009


Author: ispringer
Date: 2009-06-11 17:07:01 -0400 (Thu, 11 Jun 2009)
New Revision: 90108

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.java
Log:
add "name" prop to the list of expected managed props for SLSB/SFSB MOs


Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.java	2009-06-11 20:50:33 UTC (rev 90107)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.java	2009-06-11 21:07:01 UTC (rev 90108)
@@ -79,15 +79,16 @@
     * Properties which should be exposed by SLSB MOs.
     */
    private static final String[] PROPERTY_NAMES_SLSB = new String[]
-   {"currentSize", "createCount", "removeCount", "availableCount", "maxSize", "invocationStats", 
-         "invocationStatsLastResetTime"};
+   {"name", "currentSize", "createCount", "removeCount", "availableCount", 
+       "maxSize", "invocationStats", "invocationStatsLastResetTime"};
 
    /**
     * Properties which should be exposed by SFSB MOs.
     */
    private static final String[] PROPERTY_NAMES_SFSB = new String[]
-   {"currentSize", "createCount", "removeCount", "availableCount", "maxSize", "cacheSize", "totalSize",
-         "passivatedCount", "invocationStats", "invocationStatsLastResetTime"};
+   {"name", "currentSize", "createCount", "removeCount", "availableCount", 
+       "maxSize", "cacheSize", "totalSize",
+       "passivatedCount", "invocationStats", "invocationStatsLastResetTime"};
 
    /**
     * Operations which should be exposed by SLSB MOs




More information about the jboss-cvs-commits mailing list