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

UrlPathEncode() private method

private UrlPathEncode ( ) : void
return void
		public void UrlPathEncode()
		{
			DoGet("ServerUtility/UrlPathEncode.rails", @"content=My path folder is this one");

			AssertReplyEqualTo(@"My%20path%20folder%20is%20this%20one");
		}