User: xtoff
Date: 2009/12/20 07:42 AM

Modified:
 /InversionOfControl/trunk/src/Castle.Windsor.Tests/
  SmartProxyTestCase.cs
 /InversionOfControl/trunk/src/Castle.Windsor.Tests/Bugs/
  IoC_120.cs

Log:
 - fixed failing test on Silverlight

File Changes:

Directory: /InversionOfControl/trunk/src/Castle.Windsor.Tests/Bugs/
===================================================================

File [modified]: IoC_120.cs
Delta lines: +1 -2
===================================================================

--- InversionOfControl/trunk/src/Castle.Windsor.Tests/SmartProxyTestCase.cs     
2009-12-20 14:25:49 UTC (rev 6504)
+++ InversionOfControl/trunk/src/Castle.Windsor.Tests/SmartProxyTestCase.cs     
2009-12-20 14:42:53 UTC (rev 6505)
@@ -59,8 +59,7 @@
                public void InterfaceProxy()
                {
                        _container.AddComponent("interceptor", 
typeof(ResultModifierInterceptor));
-                       _container.AddComponent("key",
-                                               typeof(ICalcService), 
typeof(CalculatorService));
+                       _container.AddComponent("key", typeof(ICalcService), 
typeof(CalculatorService));
 
                        ICalcService service = (ICalcService) 
_container.Resolve("key");

Directory: /InversionOfControl/trunk/src/Castle.Windsor.Tests/
==============================================================

File [modified]: SmartProxyTestCase.cs
Delta lines: +0 -0
===================================================================

--

You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.


Reply via email to