mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:17:46 +08:00
* refactor: Move RequestInventoryForUser() from service to CachedUserInfo
* This simplifies callers in most cases - CachedUserInfo is already handling the rest of the fetch inventory work anyway
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Tests
|
||||
/// Test requesting inventory for a user
|
||||
/// </summary>
|
||||
[Test]
|
||||
public void TestRequestInventoryForUser()
|
||||
public void TestFetchInventory()
|
||||
{
|
||||
TestCommunicationsManager commsManager = new TestCommunicationsManager();
|
||||
CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager);
|
||||
|
||||
Reference in New Issue
Block a user