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/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs | |
parent | * Refactor: break out loading of archive paths into inventory into a separate... (diff) | |
download | opensim-SC-8fe70c826d06a949cde32ac7ff06022b0696a29f.zip opensim-SC-8fe70c826d06a949cde32ac7ff06022b0696a29f.tar.gz opensim-SC-8fe70c826d06a949cde32ac7ff06022b0696a29f.tar.bz2 opensim-SC-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.cs | 1 |
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; | |||
33 | using OpenSim.Framework.Communications.Cache; | 33 | using OpenSim.Framework.Communications.Cache; |
34 | using OpenSim.Region.Communications.Local; | 34 | using OpenSim.Region.Communications.Local; |
35 | using OpenSim.Tests.Common.Mock; | 35 | using OpenSim.Tests.Common.Mock; |
36 | using OpenSim.Tests.Common.Setup; | ||
36 | 37 | ||
37 | namespace OpenSim.Framework.Communications.Tests | 38 | namespace OpenSim.Framework.Communications.Tests |
38 | { | 39 | { |