[jboss-osgi-commits] JBoss-OSGI SVN: r87455 - in projects/jboss-osgi/trunk: runtime/felix/src/test/java/org/jboss/test/osgi/felix and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Apr 16 16:43:13 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-16 16:43:13 -0400 (Thu, 16 Apr 2009)
New Revision: 87455

Modified:
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix/SystemBundleTestCase.java
Log:
[JBOSGI-65] Restore felix-1.6.0

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-04-16 20:39:44 UTC (rev 87454)
+++ projects/jboss-osgi/trunk/pom.xml	2009-04-16 20:43:13 UTC (rev 87455)
@@ -41,7 +41,7 @@
     <version.aqute.bnd>0.0.315</version.aqute.bnd>
     <version.equinox>3.4.2</version.equinox>
     <version.felix.configadmin>1.0.10</version.felix.configadmin>
-    <version.felix.framework>1.4.1</version.felix.framework>
+    <version.felix.framework>1.6.0</version.felix.framework>
     <version.felix.http.jetty>1.0.0</version.felix.http.jetty>
     <version.felix.javax.servlet>1.0.0</version.felix.javax.servlet>
     <version.felix.log>1.0.0</version.felix.log>

Modified: projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix/SystemBundleTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix/SystemBundleTestCase.java	2009-04-16 20:39:44 UTC (rev 87454)
+++ projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix/SystemBundleTestCase.java	2009-04-16 20:43:13 UTC (rev 87455)
@@ -47,7 +47,7 @@
       Bundle bundle = framework.getSystemBundle();
 
       assertEquals("BundleId == 0", 0, bundle.getBundleId());
-      assertEquals("SymbolicName", "system.bundle", bundle.getSymbolicName());
+      assertEquals("SymbolicName", "org.apache.felix.framework", bundle.getSymbolicName());
    }
    
    public void testSystemBundle()
@@ -57,6 +57,6 @@
       Bundle bundle = framework.getSystemBundle();
 
       assertEquals("BundleId == 0", 0, bundle.getBundleId());
-      assertEquals("SymbolicName", "system.bundle", bundle.getSymbolicName());
+      assertEquals("SymbolicName", "org.apache.felix.framework", bundle.getSymbolicName());
    }
 }
\ No newline at end of file




More information about the jboss-osgi-commits mailing list