SPRNET-1268 - Exceptions in Spring should pass tests to ensure compliance with .NET framework guidelines.

This commit is contained in:
markpollack
2010-11-16 16:56:47 +00:00
parent 32aa99ff87
commit 388234c2c0
6 changed files with 96 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ namespace Spring
/// </summary>
/// <author>Rick Evans</author>
[TestFixture]
[Ignore("Spring inherits from NMS Exceptions which do not ")]
//[Ignore("Spring inherits from NMS Exceptions which do not ")]
public sealed class NmsExceptionTests : ExceptionsTest
{
[TestFixtureSetUp]