aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.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/UserProfileCacheServiceTests.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 'OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs')
-rw-r--r--OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
index 1711187..2972a0a 100644
--- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
@@ -33,6 +33,7 @@ using OpenSim.Framework;
33using OpenSim.Framework.Communications.Cache; 33using OpenSim.Framework.Communications.Cache;
34using OpenSim.Region.Communications.Local; 34using OpenSim.Region.Communications.Local;
35using OpenSim.Tests.Common.Mock; 35using OpenSim.Tests.Common.Mock;
36using OpenSim.Tests.Common.Setup;
36 37
37namespace OpenSim.Framework.Communications.Tests 38namespace OpenSim.Framework.Communications.Tests
38{ 39{