minor: remove mono compiler warning
parent
f6b638fec9
commit
f6f8d124d1
|
@ -153,7 +153,7 @@ namespace OpenSim.Data.Tests
|
||||||
db.addInventoryFolder(f1);
|
db.addInventoryFolder(f1);
|
||||||
InventoryFolderBase f1a = db.getUserRootFolder(owner1);
|
InventoryFolderBase f1a = db.getUserRootFolder(owner1);
|
||||||
Assert.That(folder1, Is.EqualTo(f1a.ID), "Assert.That(folder1, Is.EqualTo(f1a.ID))");
|
Assert.That(folder1, Is.EqualTo(f1a.ID), "Assert.That(folder1, Is.EqualTo(f1a.ID))");
|
||||||
Assert.That(name1, Text.Matches(f1a.Name), "Assert.That(name1, Text.Matches(f1a.Name))");
|
Assert.That(name1, Is.StringMatching(f1a.Name), "Assert.That(name1, Text.Matches(f1a.Name))");
|
||||||
}
|
}
|
||||||
|
|
||||||
// we now have the following tree
|
// we now have the following tree
|
||||||
|
|
Loading…
Reference in New Issue