Castle.MonoRail.Framework.Tests.ServerUtilityTestCase.UrlEncode C# (CSharp) Method

UrlEncode() private method

private UrlEncode ( ) : void
return void
		public void UrlEncode()
		{
			DoGet("ServerUtility/UrlEncode.rails", "content=this is a path");

			AssertReplyEqualTo("this+is+a+path");
		}