Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 1.1 tests
svn path=/branches/mono-2-6/mcs/; revision=146374
  • Loading branch information
grendello committed Nov 17, 2009
1 parent 87c37b1 commit f63d525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcs/class/System.Web/Test/System.Web/HttpContext.cs
Expand Up @@ -90,6 +90,7 @@ public void NullConstructor ()
Assert.IsNotNull (ctx.Response, "Response");
}

#if NET_2_0
[Test]
public void RewritePath ()
{
Expand Down Expand Up @@ -145,5 +146,6 @@ protected static void RewritePath_OnInit (Page p)
// success
}
}
#endif
}
}

0 comments on commit f63d525

Please sign in to comment.