[jboss-osgi-commits] JBoss-OSGI SVN: r97344 - projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Dec 3 08:51:13 EST 2009


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
          {



More information about the jboss-osgi-commits mailing list