FELIX-4607 test nested anno config

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1721870 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/src/test/resources/integration_test_annoconfig.xml b/scr/src/test/resources/integration_test_annoconfig.xml
index 6511e2d..0834107 100644
--- a/scr/src/test/resources/integration_test_annoconfig.xml
+++ b/scr/src/test/resources/integration_test_annoconfig.xml
@@ -9,7 +9,7 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0">
+<components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" xmlns:ext="http://felix.apache.org/xmlns/scr/extensions/v1.0.0">
 	<scr:component
 		name='org.apache.felix.scr.integration.components.annoconfig'
 		pid='org.apache.felix.scr.integration.components.annoconfig'
@@ -22,5 +22,17 @@
 		</service>
 	</scr:component>
 
+	<scr:component ext:configureWithInterfaces="true"
+		name='org.apache.felix.scr.integration.components.nestedannoconfig'
+		pid='org.apache.felix.scr.integration.components.nestedannoconfig'
+		modified='modified'
+		>
+		<implementation
+			class='org.apache.felix.scr.integration.components.annoconfig.NestedAnnoComponent' />
+		<service>
+			<provide interface='org.apache.felix.scr.integration.components.annoconfig.NestedAnnoComponent' />
+		</service>
+	</scr:component>
+
 
 </components>