FELIX-4184 Added a test case that shows the failure described in the issue. Did not yet commit a fix, so it will now fail.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1542351 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/testbundles/bundleapi1/bnd.bnd b/deploymentadmin/testbundles/bundleapi1/bnd.bnd
new file mode 100644
index 0000000..47e3925
--- /dev/null
+++ b/deploymentadmin/testbundles/bundleapi1/bnd.bnd
@@ -0,0 +1,3 @@
+Bundle-Version: 1.0.0
+Bundle-SymbolicName: testbundles.bundleapi
+Export-Package: org.apache.felix.deploymentadmin.test.bundleapi;version="1.0.0"