aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
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/Server
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/Server')
-rw-r--r--OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs b/OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs
index 427fa16..faa6fb7 100644
--- a/OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs
+++ b/OpenSim/Server/Handlers/Asset/Tests/AssetServerPostHandlerTests.cs
@@ -39,7 +39,6 @@ using OpenSim.Server.Handlers.Asset;
39using OpenSim.Services.AssetService; 39using OpenSim.Services.AssetService;
40using OpenSim.Services.Interfaces; 40using OpenSim.Services.Interfaces;
41using OpenSim.Tests.Common; 41using OpenSim.Tests.Common;
42using OpenSim.Tests.Common.Mock;
43 42
44namespace OpenSim.Server.Handlers.Asset.Test 43namespace OpenSim.Server.Handlers.Asset.Test
45{ 44{