fixed net-1.0 build error
This commit is contained in:
@@ -148,7 +148,6 @@ namespace Spring.Web.Support
|
||||
"from the result string passed into the ctor.");
|
||||
}
|
||||
|
||||
#if !NET_1_0
|
||||
[Test]
|
||||
public void WithRedirectNoAbortResultMode()
|
||||
{
|
||||
@@ -163,8 +162,6 @@ namespace Spring.Web.Support
|
||||
"from the result string passed into the ctor.");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
[Test]
|
||||
[ExpectedException(typeof(ArgumentOutOfRangeException))]
|
||||
public void WithRubbishResultMode()
|
||||
|
||||
Reference in New Issue
Block a user