diff options
author | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
commit | bec39938491a2be01805627018c07430d0df4710 (patch) | |
tree | 897b3a83375d543f6ac9cd8cb749a2eface49d6d /OpenSim/Framework/Communications/Tests | |
parent | * Remove duplicate Python module entry in prebuild.xml (it's not impossible t... (diff) | |
download | opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.zip opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.gz opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.bz2 opensim-SC_OLD-bec39938491a2be01805627018c07430d0df4710.tar.xz |
* Fold mock classes into existing OpenSim/Tests/Common assembly rather than sprouting another one
Diffstat (limited to 'OpenSim/Framework/Communications/Tests')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs index 62a42a9..e496e45 100644 --- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs | |||
@@ -31,7 +31,7 @@ using NUnit.Framework.SyntaxHelpers; | |||
31 | using OpenMetaverse; | 31 | using OpenMetaverse; |
32 | using OpenSim.Framework.Communications.Cache; | 32 | using OpenSim.Framework.Communications.Cache; |
33 | using OpenSim.Region.Communications.Local; | 33 | using OpenSim.Region.Communications.Local; |
34 | using OpenSim.Tests.Infra.Mock; | 34 | using OpenSim.Tests.Common.Mock; |
35 | 35 | ||
36 | namespace OpenSim.Framework.Communications.Tests | 36 | namespace OpenSim.Framework.Communications.Tests |
37 | { | 37 | { |