Author: alesj
Date: 2009-12-03 08:51:11 -0500 (Thu, 03 Dec 2009)
New Revision: 97344
Modified:
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java
Log:
Small fix.
Modified:
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java
===================================================================
---
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java 2009-12-03
13:37:52 UTC (rev 97343)
+++
projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java 2009-12-03
13:51:11 UTC (rev 97344)
@@ -214,7 +214,7 @@
}
// check if the bean was unwinded as well
- assertEquals(ControllerState.DESCRIBED, kcc.getState());
+ assertEquals(ControllerState.INSTANTIATED, kcc.getState());
}
finally
{
Show replies by date