fixed net-1.0 build error

This commit is contained in:
eeichinger
2009-03-04 22:08:14 +00:00
parent 9145ea30b9
commit 5ee83c6a37
3 changed files with 3 additions and 17 deletions

View File

@@ -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()