excluded tests from net-1.0 build

This commit is contained in:
eeichinger
2009-07-14 23:08:26 +00:00
parent f0cfda94b8
commit 2931669848

View File

@@ -31,13 +31,14 @@ using Spring.Context.Support;
#endregion
#if ! NET_1_0
namespace Spring.Globalization.Localizers
{
/// <summary>
/// Unit tests for the ResourceSetLocalizer class.
/// </summary>
/// <author>Aleksandar Seovic</author>
#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
}