aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-12 00:52:43 +0000
committerJustin Clark-Casey (justincc)2011-03-12 00:52:43 +0000
commitf6f8d124d16783d44758b19d621d027b9cf72572 (patch)
tree89edc4f42bcbbda372402532f524c8cb5c89d6db /OpenSim/Data/Tests
parentfactor inventory file loading into its own method (diff)
downloadopensim-SC_OLD-f6f8d124d16783d44758b19d621d027b9cf72572.zip
opensim-SC_OLD-f6f8d124d16783d44758b19d621d027b9cf72572.tar.gz
opensim-SC_OLD-f6f8d124d16783d44758b19d621d027b9cf72572.tar.bz2
opensim-SC_OLD-f6f8d124d16783d44758b19d621d027b9cf72572.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r--OpenSim/Data/Tests/InventoryTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/InventoryTests.cs b/OpenSim/Data/Tests/InventoryTests.cs
index 758f970..6cf7e20 100644
--- a/OpenSim/Data/Tests/InventoryTests.cs
+++ b/OpenSim/Data/Tests/InventoryTests.cs
@@ -153,7 +153,7 @@ namespace OpenSim.Data.Tests
153 db.addInventoryFolder(f1); 153 db.addInventoryFolder(f1);
154 InventoryFolderBase f1a = db.getUserRootFolder(owner1); 154 InventoryFolderBase f1a = db.getUserRootFolder(owner1);
155 Assert.That(folder1, Is.EqualTo(f1a.ID), "Assert.That(folder1, Is.EqualTo(f1a.ID))"); 155 Assert.That(folder1, Is.EqualTo(f1a.ID), "Assert.That(folder1, Is.EqualTo(f1a.ID))");
156 Assert.That(name1, Text.Matches(f1a.Name), "Assert.That(name1, Text.Matches(f1a.Name))"); 156 Assert.That(name1, Is.StringMatching(f1a.Name), "Assert.That(name1, Text.Matches(f1a.Name))");
157 } 157 }
158 158
159 // we now have the following tree 159 // we now have the following tree