Test case about Felix-967.  (a default constructor delegates to another one with an argument)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@749557 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/manipulator/creation/src/main/resources/metadata.xml b/ipojo/tests/manipulator/creation/src/main/resources/metadata.xml
index 34aa341..2b51486 100644
--- a/ipojo/tests/manipulator/creation/src/main/resources/metadata.xml
+++ b/ipojo/tests/manipulator/creation/src/main/resources/metadata.xml
@@ -58,4 +58,9 @@
 	<!-- Try calling super constructors -->

 	 <component classname="org.apache.felix.ipojo.test.scenarios.component.CallSuperConstructor" immediate="true"/>

 	 <component classname="org.apache.felix.ipojo.test.scenarios.component.CallSuperConstructorWithBC" immediate="true"/>

+	 

+	 <!--  Several constructors -->

+	 <component classname="org.apache.felix.ipojo.test.scenarios.component.SeveralConstructors">

+	 	<provides/>

+	 </component>

 </ipojo>