* Added some GetAssetStreamHandlerTests

* Minor tweaks to attain testability
This commit is contained in:
lbsa71
2009-05-06 17:02:51 +00:00
parent c84abfa9b1
commit 1afdf2ee1f
5 changed files with 57 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ using System;
namespace OpenSim.Framework.Servers.HttpServer
{
public class BaseRequestHandler
public abstract class BaseRequestHandler
{
public virtual string ContentType
{
@@ -56,7 +56,7 @@ namespace OpenSim.Framework.Servers.HttpServer
get { return m_path; }
}
protected string GetParam(string path)
public string GetParam(string path)
{
try
{