aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authordr scofield (aka dirk husemann)2009-09-02 09:43:22 +0200
committerdr scofield (aka dirk husemann)2009-09-02 11:06:18 +0200
commit05756e1fb96aa47f9ff111dd04499934c7077731 (patch)
tree063fa95f8d445cc53c32c607e7e8d3778f1f14a9 /OpenSim/Framework
parentMerge branch 'master' of ssh://MyConnection/var/git/opensim (diff)
downloadopensim-SC_OLD-05756e1fb96aa47f9ff111dd04499934c7077731.zip
opensim-SC_OLD-05756e1fb96aa47f9ff111dd04499934c7077731.tar.gz
opensim-SC_OLD-05756e1fb96aa47f9ff111dd04499934c7077731.tar.bz2
opensim-SC_OLD-05756e1fb96aa47f9ff111dd04499934c7077731.tar.xz
warnings safari.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs2
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 2bb0926..e5d8895 100644
--- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
@@ -66,7 +66,7 @@ namespace OpenSim.Framework.Communications.Tests
66 CachedUserInfo nonExistingUserInfo; 66 CachedUserInfo nonExistingUserInfo;
67 67
68 TestCommunicationsManager commsManager = new TestCommunicationsManager(); 68 TestCommunicationsManager commsManager = new TestCommunicationsManager();
69 Scene myScene = SceneSetupHelpers.SetupScene(commsManager, ""); 69 // Scene myScene = SceneSetupHelpers.SetupScene(commsManager, "");
70 70
71 // Check we can't retrieve info before it exists by uuid 71 // Check we can't retrieve info before it exists by uuid
72 nonExistingUserInfo = commsManager.UserProfileCacheService.GetUserDetails(userId); 72 nonExistingUserInfo = commsManager.UserProfileCacheService.GetUserDetails(userId);