[jboss-cvs] JBossAS SVN: r85586 - 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 21:34:59 EST 2009


Author: bstansberry at jboss.com
Date: 2009-03-06 21:34:59 -0500 (Fri, 06 Mar 2009)
New Revision: 85586

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java
Log:
Fix cut-and-paste mistake

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-07 02:10:40 UTC (rev 85585)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ServiceBindingManagedObjectsTestCase.java	2009-03-07 02:34:59 UTC (rev 85586)
@@ -193,7 +193,7 @@
       ManagementView managementView = getManagementView();
       ComponentType type = new ComponentType("MCBean", "ServiceBindingMetadata");
       Set<ManagedComponent> mcs = managementView.getComponentsForType(type);
-      assertTrue("There are MCBean,Security components", mcs.size() > 0);
+      assertTrue("There are ServiceBindingMetadata components", mcs.size() > 0);
       super.getLog().debug("MCBeans: " + mcs);
       
       // Not all bindings have a val for bindingName or hostName, 




More information about the jboss-cvs-commits mailing list