* 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:
Justin Clarke Casey
2008-11-28 19:39:46 +00:00
parent abfb7bd2cf
commit 71e05a5707
10 changed files with 145 additions and 55 deletions

View File

@@ -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
{