excluded tests from net-1.0 build

This commit is contained in:
eeichinger
2009-07-14 23:04:59 +00:00
parent 65fa3a971a
commit f0cfda94b8

View File

@@ -39,7 +39,6 @@ namespace Spring.Globalization.Localizers
/// <author>Aleksandar Seovic</author>
#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
}