Author: andrews
Date: 2006-11-23 11:16:23 -0500 (Thu, 23 Nov 2006)
New Revision: 68402

Modified:
   
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyPageHandlerFactory.cs
Log:
fix the merge error


Modified: 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyPageHandlerFactory.cs
===================================================================
--- 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyPageHandlerFactory.cs
  2006-11-23 16:08:07 UTC (rev 68401)
+++ 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/MyPageHandlerFactory.cs
  2006-11-23 16:16:23 UTC (rev 68402)
@@ -20,25 +20,3 @@
        }
 
 }
-using System;
-using System.Web;
-using System.Web.UI;
-
-namespace MonoTests.SystemWeb.Framework
-{
-       class MyPageHandlerFactory : IHttpHandlerFactory
-       {
-               public virtual IHttpHandler GetHandler (HttpContext context, 
string requestType, string url, string path)
-               {
-                       IHttpHandler h = PageParser.GetCompiledPageInstance 
(url, path, context);
-                       Page p = (Page)h; //some configuration error if cannot 
cast, let it crash
-                       WebTest.CurrentTest.Invoke (p);
-                       return h;
-               }
-
-               public virtual void ReleaseHandler (IHttpHandler handler)
-               {
-               }
-       }
-
-}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to