Fix issue Felix-1318.
Handlers are now selected by ignoring the case of the name and the namespace. Moreover, the HandlerDescription selection follows the same rule.
Some others fix:
BundleAsiPOJO support no metadata.
Commit test about Felix-1318.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@793287 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index 5cc2c9a..80ff621 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -39,6 +39,7 @@
<module>core/service-dependency-comparator</module>
<module>core/service-providing-strategies</module>
<module>core/configuration</module>
+ <module>core/handler</module>
<module>core/external-handlers</module>
<module>core/bad-configurations</module>
<module>composite/composite-runtime</module>