From a3720077979bcb9d4050ddd5843e3a89b8bb196c Mon Sep 17 00:00:00 2001 From: sbohlen Date: Tue, 7 Sep 2010 22:55:00 +0000 Subject: [PATCH] SPRNET-1338 Fixing broken build; delegate syntax in test incompatible with pre-.NET 2.0 :( --- .../Objects/Factory/AbstractObjectFactoryTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Spring/Spring.Core.Tests/Objects/Factory/AbstractObjectFactoryTests.cs b/test/Spring/Spring.Core.Tests/Objects/Factory/AbstractObjectFactoryTests.cs index cd1f658d..944e20fa 100644 --- a/test/Spring/Spring.Core.Tests/Objects/Factory/AbstractObjectFactoryTests.cs +++ b/test/Spring/Spring.Core.Tests/Objects/Factory/AbstractObjectFactoryTests.cs @@ -575,7 +575,7 @@ namespace Spring.Objects.Factory } } - +#if NET_2_0 [TestFixture] [Ignore] public class SPRNET_1338 @@ -677,4 +677,5 @@ namespace Spring.Objects.Factory } } +#endif } \ No newline at end of file