User: xtoff
Date: 2009/11/01 03:24 AM
Modified:
/DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/
InterfaceProxyBaseTypeTestCase.cs
/DynamicProxy/trunk/src/Castle.DynamicProxy/Generators/
InterfaceProxyWithTargetGenerator.cs
Log:
- ignored SL tests
File Changes:
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/
=============================================================
File [modified]: InterfaceProxyBaseTypeTestCase.cs
Delta lines: +0 -0
===================================================================
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy/Generators/
==================================================================
File [modified]: InterfaceProxyWithTargetGenerator.cs
Delta lines: +1 -1
===================================================================
---
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/InterfaceProxyBaseTypeTestCase.cs
2009-11-01 08:53:32 UTC (rev 6302)
+++
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/InterfaceProxyBaseTypeTestCase.cs
2009-11-01 10:24:10 UTC (rev 6303)
@@ -53,6 +53,7 @@
typeof(ISomething)), exception.Message);
}
+#if !SILVERLIGHT
[Test]
public void Class_with_no_default_ctor_as_base_type()
{
@@ -67,7 +68,6 @@
"Please use some other valid type.",
typeof(NoDefaultCtor)),
exception.Message);
}
-#if !Silverlight
// we dont check this in SL for now, as SL2 does not have the
overload we need for this. SL3 does.
[Test]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---