[jboss-osgi-commits] JBoss-OSGI SVN: r87450 - projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Apr 16 14:56:04 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-16 14:56:04 -0400 (Thu, 16 Apr 2009)
New Revision: 87450

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

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 18:05:17 UTC (rev 87449)
+++ projects/jboss-osgi/trunk/runtime/felix/src/test/java/org/jboss/test/osgi/felix/SystemBundleTestCase.java	2009-04-16 18:56:04 UTC (rev 87450)
@@ -47,7 +47,7 @@
       Bundle bundle = framework.getSystemBundle();
 
       assertEquals("BundleId == 0", 0, bundle.getBundleId());
-      assertEquals("SymbolicName", "org.apache.felix.framework", bundle.getSymbolicName());
+      assertEquals("SymbolicName", "system.bundle", bundle.getSymbolicName());
    }
    
    public void testSystemBundle()
@@ -57,6 +57,6 @@
       Bundle bundle = framework.getSystemBundle();
 
       assertEquals("BundleId == 0", 0, bundle.getBundleId());
-      assertEquals("SymbolicName", "org.apache.felix.framework", bundle.getSymbolicName());
+      assertEquals("SymbolicName", "system.bundle", bundle.getSymbolicName());
    }
 }
\ No newline at end of file




More information about the jboss-osgi-commits mailing list