From 4679ede2f26d494334227f51fbc228db12aa82be Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 22 May 2020 14:03:28 +0100 Subject: [PATCH] missing file --- OpenSim/Tests/Common/Mock/TestOSHttpRequest.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 {