Reverted DictionaryComponentAttribute changes.
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Proxy / proxyBehaviorInvalidConfig.xml
blob729a6c02bff7abaaa7f24b96bfab06c4ee606fb1
1 <configuration>\r
2 \r
3         <components>\r
4 \r
5     <component id="standard.interceptor" \r
6       type="Castle.Core.Interceptor.StandardInterceptor, Castle.Core">\r
7     </component>\r
8         \r
9                 <component id="invalidAttrib" \r
10                         type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"\r
11       service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests"\r
12                         useSingleInterfaceProxy="Foo">\r
13                 </component>\r
14     \r
15         </components>\r
17 </configuration>