aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs b/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
index 93ce916..d0f92d6 100644
--- a/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
+++ b/OpenSim/Framework/Communications/Tests/Cache/UserProfileTestUtils.cs
@@ -32,7 +32,7 @@ using OpenSim.Region.Communications.Local;
32namespace OpenSim.Framework.Communications.Tests 32namespace OpenSim.Framework.Communications.Tests
33{ 33{
34 /// <summary> 34 /// <summary>
35 /// Utility functions for carrying out user profile relate tests. 35 /// Utility functions for carrying out user profile related tests.
36 /// </summary> 36 /// </summary>
37 public class UserProfileTestUtils 37 public class UserProfileTestUtils
38 { 38 {
@@ -56,7 +56,6 @@ namespace OpenSim.Framework.Communications.Tests
56 public static CachedUserInfo CreateUserWithInventory(CommunicationsManager commsManager, UUID userId) 56 public static CachedUserInfo CreateUserWithInventory(CommunicationsManager commsManager, UUID userId)
57 { 57 {
58 LocalUserServices lus = (LocalUserServices)commsManager.UserService; 58 LocalUserServices lus = (LocalUserServices)commsManager.UserService;
59
60 lus.AddUser("Bill", "Bailey", "troll", "bill@bailey.com", 1000, 1000, userId); 59 lus.AddUser("Bill", "Bailey", "troll", "bill@bailey.com", 1000, 1000, userId);
61 60
62 CachedUserInfo userInfo = commsManager.UserProfileCacheService.GetUserDetails(userId); 61 CachedUserInfo userInfo = commsManager.UserProfileCacheService.GetUserDetails(userId);