aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-10-08 21:09:25 +0100
committerJustin Clark-Casey (justincc)2014-11-25 23:21:37 +0000
commitfc878a33edcb403018e485ba0e8b7a6b3a8c3a16 (patch)
tree94fd6a6ac924822beaca872e5152f0c90c28fd23 /OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
parentminor: disable logging in regression test TestClientThrottleSetNoLimit (diff)
downloadopensim-SC_OLD-fc878a33edcb403018e485ba0e8b7a6b3a8c3a16.zip
opensim-SC_OLD-fc878a33edcb403018e485ba0e8b7a6b3a8c3a16.tar.gz
opensim-SC_OLD-fc878a33edcb403018e485ba0e8b7a6b3a8c3a16.tar.bz2
opensim-SC_OLD-fc878a33edcb403018e485ba0e8b7a6b3a8c3a16.tar.xz
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
the separate mock package was not useful and was just another using line to always add
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
index e10fe82..2e17f1e 100644
--- a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
+++ b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs
@@ -32,7 +32,7 @@ using System.Text;
32using System.Web; 32using System.Web;
33using OpenSim.Framework.Servers.HttpServer; 33using OpenSim.Framework.Servers.HttpServer;
34 34
35namespace OpenSim.Tests.Common.Mock 35namespace OpenSim.Tests.Common
36{ 36{
37 public class TestOSHttpResponse : IOSHttpResponse 37 public class TestOSHttpResponse : IOSHttpResponse
38 { 38 {