mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
extend load iar test to loading into a deeply nested directory
correct bug associated with this
This commit is contained in:
@@ -84,6 +84,14 @@ namespace OpenSim.Framework
|
||||
Owner = owner;
|
||||
}
|
||||
|
||||
public InventoryFolderBase(UUID id, string name, UUID owner, UUID parent)
|
||||
{
|
||||
ID = id;
|
||||
Name = name;
|
||||
Owner = owner;
|
||||
ParentID = parent;
|
||||
}
|
||||
|
||||
public InventoryFolderBase(UUID id, string name, UUID owner, short type, UUID parent, ushort version)
|
||||
{
|
||||
ID = id;
|
||||
|
||||
Reference in New Issue
Block a user