[jboss-osgi-commits] JBoss-OSGI SVN: r97614 - 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
Wed Dec 9 09:57:27 EST 2009


Author: alesj
Date: 2009-12-09 09:57:26 -0500 (Wed, 09 Dec 2009)
New Revision: 97614

Modified:
   projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/GetUnGetServiceUnitTestCase.java
Log:
Use const.

Modified: projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/GetUnGetServiceUnitTestCase.java
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/GetUnGetServiceUnitTestCase.java	2009-12-09 14:41:20 UTC (rev 97613)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/src/test/java/org/jboss/test/osgi/service/GetUnGetServiceUnitTestCase.java	2009-12-09 14:57:26 UTC (rev 97614)
@@ -54,8 +54,6 @@
 
    public void testGetUnServiceErrors() throws Exception
    {
-      String OBJCLASS = BundleContext.class.getName();
-      
       Bundle bundle = addBundle("/bundles/simple/", "simple-bundle1");
       try
       {
@@ -93,8 +91,6 @@
    
    public void testGetService() throws Exception
    {
-      String OBJCLASS = BundleContext.class.getName();
-      
       Bundle bundle = addBundle("/bundles/simple/", "simple-bundle1");
       try
       {
@@ -120,8 +116,6 @@
    
    public void testGetServiceAfterStop() throws Exception
    {
-      String OBJCLASS = BundleContext.class.getName();
-      
       Bundle bundle = addBundle("/bundles/simple/", "simple-bundle1");
       try
       {



More information about the jboss-osgi-commits mailing list