aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-21 20:12:33 +0000
committerJustin Clarke Casey2009-04-21 20:12:33 +0000
commit607156cae844ec97b8bab273075127a6248a81c3 (patch)
tree4f8b9c474fc0ce3f23feeb623fadb8bd366ec654 /OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
parentThank you kindly, TLaukkan for a patch that: (diff)
downloadopensim-SC_OLD-607156cae844ec97b8bab273075127a6248a81c3.zip
opensim-SC_OLD-607156cae844ec97b8bab273075127a6248a81c3.tar.gz
opensim-SC_OLD-607156cae844ec97b8bab273075127a6248a81c3.tar.bz2
opensim-SC_OLD-607156cae844ec97b8bab273075127a6248a81c3.tar.xz
* Comment out user profile cache update method for now
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
index c7f3bfc..1711187 100644
--- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileCacheServiceTests.cs
@@ -71,6 +71,8 @@ namespace OpenSim.Framework.Communications.Tests
71 Assert.That(existingUserInfo, Is.Not.Null, "User info not found by name"); 71 Assert.That(existingUserInfo, Is.Not.Null, "User info not found by name");
72 } 72 }
73 73
74 /**
75 * Disabled as not fully implemented
74 [Test] 76 [Test]
75 public void TestUpdateProfile() 77 public void TestUpdateProfile()
76 { 78 {
@@ -101,6 +103,7 @@ namespace OpenSim.Framework.Communications.Tests
101 Assert.That(retrievedProfile.SurName, Is.EqualTo(newLastName)); 103 Assert.That(retrievedProfile.SurName, Is.EqualTo(newLastName));
102 Assert.That(userDataPlugin.GetUserByUUID(userId).SurName, Is.EqualTo(newLastName)); 104 Assert.That(userDataPlugin.GetUserByUUID(userId).SurName, Is.EqualTo(newLastName));
103 } 105 }
106 */
104 107
105 [Test] 108 [Test]
106 public void TestFetchInventory() 109 public void TestFetchInventory()