diff options
author | Justin Clark-Casey (justincc) | 2014-10-08 21:09:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:21:37 +0000 |
commit | fc878a33edcb403018e485ba0e8b7a6b3a8c3a16 (patch) | |
tree | 94fd6a6ac924822beaca872e5152f0c90c28fd23 /OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | |
parent | minor: disable logging in regression test TestClientThrottleSetNoLimit (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs index fc44358..a8883b8 100644 --- a/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs | |||
@@ -33,7 +33,7 @@ using OpenMetaverse; | |||
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using OpenSim.Data; | 34 | using OpenSim.Data; |
35 | 35 | ||
36 | namespace OpenSim.Tests.Common.Mock | 36 | namespace OpenSim.Tests.Common |
37 | { | 37 | { |
38 | /// <summary> | 38 | /// <summary> |
39 | /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the | 39 | /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the |