diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs index 30b1f38..2be5524 100644 --- a/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs | |||
@@ -118,8 +118,8 @@ namespace OpenSim.Tests.Common.Mock | |||
118 | 118 | ||
119 | folder.parentFolderID = new UUID(newParent); | 119 | folder.parentFolderID = new UUID(newParent); |
120 | 120 | ||
121 | XInventoryFolder[] newParentFolders | 121 | // XInventoryFolder[] newParentFolders |
122 | = GetFolders(new string[] { "folderID" }, new string[] { folder.parentFolderID.ToString() }); | 122 | // = GetFolders(new string[] { "folderID" }, new string[] { folder.parentFolderID.ToString() }); |
123 | 123 | ||
124 | // Console.WriteLine( | 124 | // Console.WriteLine( |
125 | // "Moved folder {0} {1}, to {2} {3}", | 125 | // "Moved folder {0} {1}, to {2} {3}", |