aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Inventory/TestInventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs
index 7863904..3c90e1f 100644
--- a/OpenSim/Tests/Inventory/TestInventory.cs
+++ b/OpenSim/Tests/Inventory/TestInventory.cs
@@ -94,7 +94,7 @@ namespace OpenSim.Test.Inventory
94 if (a.parentFolderID != b.parentFolderID) return false; 94 if (a.parentFolderID != b.parentFolderID) return false;
95 return true; 95 return true;
96 } 96 }
97 97
98 /// <summary> 98 /// <summary>
99 /// Test that we can insert a root folder 99 /// Test that we can insert a root folder
100 /// </summary> 100 /// </summary>