simone added an attribute to abstractlifecycle increasing the attribute count on influences

This commit is contained in:
Jesse McConnell 2012-08-10 16:33:45 -05:00
parent 6d3d7b0df8
commit 553cf0f404
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@ public class ObjectMBeanTest
//}
/*
* 1 attribute from lifecycle and 2 from Derived and 1 from MBean
* 2 attributes from lifecycle and 2 from Derived and 1 from MBean
*/
Assert.assertEquals("attribute count does not match", 4, info.getAttributes().length);
Assert.assertEquals("attribute count does not match", 5, info.getAttributes().length);
Assert.assertEquals("attribute values does not match", "Full Name", mbean.getAttribute("fname") );