SPRNET-1234
This commit is contained in:
@@ -27,7 +27,7 @@ using Spring.Validation.Actions;
|
||||
|
||||
namespace Spring.Validation
|
||||
{
|
||||
public abstract class BaseTestValidator : BaseValidator
|
||||
public abstract class BaseTestValidator : BaseSimpleValidator
|
||||
{
|
||||
private bool _wasCalled;
|
||||
|
||||
|
||||
@@ -129,13 +129,5 @@ namespace Spring.Validation
|
||||
Assert.AreEqual(0, errors.GetErrors("errors").Count);
|
||||
Assert.AreEqual(1, errors.GetErrors("existingErrors").Count);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[ExpectedException(typeof(NotSupportedException))]
|
||||
public void TestNonSupportedValidateMethod()
|
||||
{
|
||||
this.Validate("xyz");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user