mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* test: Add a wodge of code in order to be able to slightly extend a test to deliver a taken object to a user inventory folder without throwing an exception
* test doesn't actually double check for the presence of the item yet
This commit is contained in:
@@ -34,7 +34,8 @@ namespace OpenSim.Region.Environment.Scenes.Tests
|
||||
{
|
||||
/// <summary>
|
||||
/// In memory user data provider. Might be quite useful as a proper user data plugin, though getting mono addins
|
||||
/// to load any plugins when running unit tests has proven impossible so far
|
||||
/// to load any plugins when running unit tests has proven impossible so far. Currently no locking since unit
|
||||
/// tests are single threaded.
|
||||
/// </summary>
|
||||
public class TestUserDataPlugin : IUserDataPlugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user