diff --git a/OpenSim/Tests/Common/Mock/TestOSHttpRequest.cs b/OpenSim/Tests/Common/Mock/TestOSHttpRequest.cs index 60cb2fb420..464a4f256f 100644 --- a/OpenSim/Tests/Common/Mock/TestOSHttpRequest.cs +++ b/OpenSim/Tests/Common/Mock/TestOSHttpRequest.cs @@ -105,13 +105,7 @@ namespace OpenSim.Tests.Common } } - public Stream InputStream - { - get - { - throw new NotImplementedException (); - } - } + public Stream InputStream { get; set;} public bool IsSecured {