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
This commit is contained in:
Justin Clark-Casey (justincc)
2014-10-08 21:09:25 +01:00
parent af0a851eba
commit fc878a33ed
85 changed files with 10 additions and 164 deletions

View File

@@ -41,7 +41,6 @@ using OpenSim.Framework;
using OpenSim.Region.CoreModules.Scripting.HttpRequest;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Tests.Common;
using OpenSim.Tests.Common.Mock;
namespace OpenSim.Region.CoreModules.Scripting.HttpRequest.Tests
{