Author: thomas.diesler(a)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
Show replies by date