[jboss-cvs] JBossAS SVN: r97344 - projects/jboss-osgi/trunk/reactor/framework/src/test/java/org/jboss/test/osgi/service.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 3 08:51:12 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-cvs-commits mailing list