* Added some more tests to the GetAssetStreamHandlers

This commit is contained in:
lbsa71
2009-05-13 17:11:53 +00:00
parent b95b7222f9
commit 40e95cab02
12 changed files with 386 additions and 61 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// Setting this property will also set IsContentTypeSet to
/// true.
/// </remarks>
public string ContentType
public virtual string ContentType
{
get
{
@@ -226,7 +226,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// <summary>
/// HTTP status code.
/// </summary>
public int StatusCode
public virtual int StatusCode
{
get
{