From f0cfda94b81a22a7aeff673732f2f0ce901f4003 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Tue, 14 Jul 2009 23:04:59 +0000 Subject: [PATCH] excluded tests from net-1.0 build --- .../Globalization/Localizers/ResourceSetLocalizerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs b/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs index 07f3dee1..2a25e3fe 100644 --- a/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs +++ b/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs @@ -39,7 +39,6 @@ namespace Spring.Globalization.Localizers /// Aleksandar Seovic #if ! NET_1_0 [TestFixture] -#endif public sealed class ResourceSetLocalizerTests : AbstractLocalizerTests { protected override ILocalizer CreateLocalizer() @@ -63,4 +62,5 @@ namespace Spring.Globalization.Localizers localizer.ApplyResources(new Inventor(), messageSource, CultureInfo.InvariantCulture); } } +#endif } \ No newline at end of file