aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-24 19:19:19 +0000
committerJustin Clarke Casey2009-04-24 19:19:19 +0000
commit8fe70c826d06a949cde32ac7ff06022b0696a29f (patch)
treeceebba986b045082d715e1ae871b0568b4be5e00 /OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
parent* Refactor: break out loading of archive paths into inventory into a separate... (diff)
downloadopensim-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
28using OpenMetaverse; 28using OpenMetaverse;
29using OpenSim.Framework.Communications;
29using OpenSim.Framework.Communications.Cache; 30using OpenSim.Framework.Communications.Cache;
30using OpenSim.Region.Communications.Local; 31using OpenSim.Region.Communications.Local;
31 32
32namespace OpenSim.Framework.Communications.Tests 33namespace 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.