diff options
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Inventory/TestInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs index 3083c89..7863904 100644 --- a/OpenSim/Tests/Inventory/TestInventory.cs +++ b/OpenSim/Tests/Inventory/TestInventory.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Test.Inventory | |||
42 | [TestFixture] | 42 | [TestFixture] |
43 | public class TestInventory | 43 | public class TestInventory |
44 | { | 44 | { |
45 | IInventoryData _dbPlugin; | 45 | IInventoryDataPlugin _dbPlugin; |
46 | LLUUID _agent_1_id; | 46 | LLUUID _agent_1_id; |
47 | public static LLUUID LibraryFolderRootUuid = new LLUUID("5926de2a-c2d7-4c11-ac4e-74512ffeb6d1"); | 47 | public static LLUUID LibraryFolderRootUuid = new LLUUID("5926de2a-c2d7-4c11-ac4e-74512ffeb6d1"); |
48 | 48 | ||