diff options
author | Justin Clarke Casey | 2009-04-24 19:19:19 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-24 19:19:19 +0000 |
commit | 8fe70c826d06a949cde32ac7ff06022b0696a29f (patch) | |
tree | ceebba986b045082d715e1ae871b0568b4be5e00 /OpenSim/Tests | |
parent | * Refactor: break out loading of archive paths into inventory into a separate... (diff) | |
download | opensim-SC_OLD-8fe70c826d06a949cde32ac7ff06022b0696a29f.zip opensim-SC_OLD-8fe70c826d06a949cde32ac7ff06022b0696a29f.tar.gz opensim-SC_OLD-8fe70c826d06a949cde32ac7ff06022b0696a29f.tar.bz2 opensim-SC_OLD-8fe70c826d06a949cde32ac7ff06022b0696a29f.tar.xz |
* minor: move user profile test utils to test/common/setup for future reuse
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. |