From 29316698486f30d942d0a25dcb2c12bdfe1f51b1 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Tue, 14 Jul 2009 23:08:26 +0000 Subject: [PATCH] excluded tests from net-1.0 build --- .../Globalization/Localizers/ResourceSetLocalizerTests.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs b/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs index 2a25e3fe..efc71468 100644 --- a/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs +++ b/test/Spring/Spring.Core.Tests/Globalization/Localizers/ResourceSetLocalizerTests.cs @@ -31,13 +31,14 @@ using Spring.Context.Support; #endregion +#if ! NET_1_0 + namespace Spring.Globalization.Localizers { /// /// Unit tests for the ResourceSetLocalizer class. /// /// Aleksandar Seovic -#if ! NET_1_0 [TestFixture] public sealed class ResourceSetLocalizerTests : AbstractLocalizerTests { @@ -62,5 +63,6 @@ namespace Spring.Globalization.Localizers localizer.ApplyResources(new Inventor(), messageSource, CultureInfo.InvariantCulture); } } +} + #endif -} \ No newline at end of file