FELIX-1922 test ComponentFactory does not require configuration
FELIX-1942 test ComponentFactory instances are never reactivated
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@890254 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/src/test/resources/integration_test_simple_components.xml b/scr/src/test/resources/integration_test_simple_components.xml
index 25e5c36..c6e90f0 100644
--- a/scr/src/test/resources/integration_test_simple_components.xml
+++ b/scr/src/test/resources/integration_test_simple_components.xml
@@ -88,5 +88,13 @@
factory="factory.component.factory" >
<implementation class="org.apache.felix.scr.integration.components.SimpleComponent" />
</scr:component>
+
+ <!-- Component Factory Instances, requiring configuration -->
+ <scr:component name="factory.component.configuration"
+ enabled="false"
+ configuration-policy="require"
+ factory="factory.component.factory.configuration" >
+ <implementation class="org.apache.felix.scr.integration.components.SimpleComponent" />
+ </scr:component>
</components>