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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Dec 8 16:52:03 EST 2009


Author: alesj
Date: 2009-12-08 16:52:02 -0500 (Tue, 08 Dec 2009)
New Revision: 97567

Modified:
   projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java
Log:
service == bean

Modified: projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java	2009-12-08 21:49:30 UTC (rev 97566)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/ServiceMixUnitTestCase.java	2009-12-08 21:52:02 UTC (rev 97567)
@@ -449,6 +449,7 @@
          assertNotNull(bc);
          Object service = bc.getService(ref);
          assertInstanceOf(service, aClass, false);
+         assertSame(service, getBean("A"));
          assertFalse(bc.ungetService(ref));
       }
       finally



More information about the jboss-osgi-commits mailing list