aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-05-09 22:48:10 +0100
committerJustin Clark-Casey (justincc)2013-05-09 22:48:10 +0100
commit292a6037add00c9e8f817c733d8fc375806caf99 (patch)
treea1a185f68f1dad0c7f5399ca199c49028c1ab75f /OpenSim/Tests
parentminor: Remove mono compiler warning in RemoteAdminPlugin (diff)
downloadopensim-SC_OLD-292a6037add00c9e8f817c733d8fc375806caf99.zip
opensim-SC_OLD-292a6037add00c9e8f817c733d8fc375806caf99.tar.gz
opensim-SC_OLD-292a6037add00c9e8f817c733d8fc375806caf99.tar.bz2
opensim-SC_OLD-292a6037add00c9e8f817c733d8fc375806caf99.tar.xz
minor: Remove unnecessary code that was generating warning in TestXInventoryDataPlugin
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestXInventoryDataPlugin.cs4
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}",