[jboss-cvs] JBossAS SVN: r85581 - 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 6 18:03:38 EST 2009


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

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

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java	2009-03-06 23:02:43 UTC (rev 85580)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java	2009-03-06 23:03:38 UTC (rev 85581)
@@ -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