Add copyright headers. Formatting cleanup. Fix a compiler warning.

This commit is contained in:
Jeff Ames
2009-08-17 10:29:06 +09:00
parent b324f88f86
commit 82c888fc6c
7 changed files with 63 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Data.Tests
}
//prevent loops...
if(propertyNames.Count > 50)
if (propertyNames.Count > 50)
{
failingPropertyName = string.Join(".", propertyNames.Reverse().ToArray());
failingActual = actual;