fixed net-1.0 build error

This commit is contained in:
eeichinger
2009-03-04 21:56:11 +00:00
parent c1f76e12ee
commit 9145ea30b9
3 changed files with 26 additions and 13 deletions

View File

@@ -148,6 +148,7 @@ namespace Spring.Web.Support
"from the result string passed into the ctor.");
}
#if !NET_1_0
[Test]
public void WithRedirectNoAbortResultMode()
{
@@ -162,6 +163,8 @@ namespace Spring.Web.Support
"from the result string passed into the ctor.");
}
#endif
[Test]
[ExpectedException(typeof(ArgumentOutOfRangeException))]
public void WithRubbishResultMode()