Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.

This test takes a considerable time on SQLite but should remain since it's testing storage and retrieval of a scene object with 31 parts.
0.7.1-dev
Justin Clark-Casey (justincc) 2011-03-14 23:26:50 +00:00
parent 48c62eb51b
commit 8509678e48
1 changed files with 6 additions and 3 deletions

View File

@ -534,6 +534,9 @@ namespace OpenSim.Data.Tests
Assert.That(scale,Is.EqualTo(p.Scale), "Assert.That(scale,Is.EqualTo(p.Scale))");
}
/// <summary>
/// Test storage and retrieval of a scene object with a large number of parts.
/// </summary>
[Test]
public void T015_LargeSceneObjects()
{