[jboss-cvs] JBossAS SVN: r61046 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 2 04:15:01 EST 2007


Author: scott.stark at jboss.org
Date: 2007-03-02 04:15:01 -0500 (Fri, 02 Mar 2007)
New Revision: 61046

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
Update comments

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2007-03-02 09:14:20 UTC (rev 61045)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2007-03-02 09:15:01 UTC (rev 61046)
@@ -219,7 +219,10 @@
    }
 
    /**
-    * Test an update of the 
+    * Test an update of the hsqldb-ds.xml min/max pool size. This queries
+    * the mbeans to validate runtime changes to the min/max pool size. This
+    * couples the test to the deployment implementation details.
+    * 
     * @throws Exception
     */
    public void testUpdateDefaultDS()
@@ -239,7 +242,8 @@
       mgtView.updateComponent(hsqldb);
       mgtView.process();
    
-      // Query the mbeans
+      // TODO: Query the mbeans to validate the change
+      // TODO: Query the profile service repository for the overriden data
       
    }
 




More information about the jboss-cvs-commits mailing list