[jboss-cvs] JBossAS SVN: r85579 - 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
Fri Mar 6 18:00:03 EST 2009


Author: bstansberry at jboss.com
Date: 2009-03-06 18:00:03 -0500 (Fri, 06 Mar 2009)
New Revision: 85579

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java
Log:
Fix testServiceBindingStore

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java	2009-03-06 22:54:07 UTC (rev 85578)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java	2009-03-06 23:00:03 UTC (rev 85579)
@@ -101,9 +101,7 @@
    {
       ManagementView managementView = super.getManagementView();
       ComponentType type = new ComponentType("MCBean", "ServiceBindingStore");
-      // FIXME following should work but doesn't
-      //ManagedComponent component = managementView.getComponent("PojoServiceBindingStore", type);
-      ManagedComponent component = managementView.getComponent("ServiceBindingStore", type);
+      ManagedComponent component = managementView.getComponent("PojoServiceBindingStore", type);
       assertNotNull(component);
 
       // verify that the component has the expected properties.




More information about the jboss-cvs-commits mailing list