diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs (renamed from OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs b/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs index d0f92d6..90bd6c1 100644 --- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs +++ b/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs | |||
@@ -26,10 +26,11 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using OpenMetaverse; | 28 | using OpenMetaverse; |
29 | using OpenSim.Framework.Communications; | ||
29 | using OpenSim.Framework.Communications.Cache; | 30 | using OpenSim.Framework.Communications.Cache; |
30 | using OpenSim.Region.Communications.Local; | 31 | using OpenSim.Region.Communications.Local; |
31 | 32 | ||
32 | namespace OpenSim.Framework.Communications.Tests | 33 | namespace OpenSim.Tests.Common.Setup |
33 | { | 34 | { |
34 | /// <summary> | 35 | /// <summary> |
35 | /// Utility functions for carrying out user profile related tests. | 36 | /// Utility functions for carrying out user profile related tests. |