aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-03 14:18:17 +0000
committerJustin Clarke Casey2008-10-03 14:18:17 +0000
commit8c55f3eaa671f22012a567138b6ee55b4c3e4941 (patch)
treed4c4ebb5b13a235b5609ef035bd7ac3870e44c7c /OpenSim/Data/Tests/BasicRegionTest.cs
parentPrevent attachments to be persisted in the destination region when the (diff)
downloadopensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.zip
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.gz
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.bz2
opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.xz
* minor: remove warnings (the code cleaners strike again)
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicRegionTest.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs
index 6fd0191..9a73cc2 100644
--- a/OpenSim/Data/Tests/BasicRegionTest.cs
+++ b/OpenSim/Data/Tests/BasicRegionTest.cs
@@ -395,14 +395,14 @@ namespace OpenSim.Data.Tests
395 return i; 395 return i;
396 } 396 }
397 397
398 private InventoryFolderBase NewFolder(UUID id, UUID parent, UUID owner, string name) 398// private InventoryFolderBase NewFolder(UUID id, UUID parent, UUID owner, string name)
399 { 399// {
400 InventoryFolderBase f = new InventoryFolderBase(); 400// InventoryFolderBase f = new InventoryFolderBase();
401 f.ID = id; 401// f.ID = id;
402 f.ParentID = parent; 402// f.ParentID = parent;
403 f.Owner = owner; 403// f.Owner = owner;
404 f.Name = name; 404// f.Name = name;
405 return f; 405// return f;
406 } 406// }
407 } 407 }
408} \ No newline at end of file 408} \ No newline at end of file