diff Agendas/trunk/src/Agendas.Web.Tests/Helpers/HttpServerStub.cs @ 278:6f5ab71614d4

#125: ABM de patrocinadores.
author juanjose.montesdeocaarbos
date Wed, 21 Dec 2011 08:47:05 -0300
parents bf993f99cee3
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web.Tests/Helpers/HttpServerStub.cs	Tue Dec 20 08:28:33 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web.Tests/Helpers/HttpServerStub.cs	Wed Dec 21 08:47:05 2011 -0300
@@ -3,13 +3,14 @@
 using System.IO;
 using System.Linq;
 using System.Text;
+using System.Web;
 using AltNetHispano.Agendas.Web.Services;
 
 namespace Agendas.Web.Tests.Helpers
 {
-	public class HttpServerStub: IHttpServer
+	public class HttpServerStub : HttpServerUtilityBase
 	{
-		public string MapPath(string path)
+		public override string MapPath(string path)
 		{
 			var directory = new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory);