diff options
author | Jeff Ames | 2009-08-17 10:29:06 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-17 10:29:06 +0900 |
commit | 82c888fc6c103ec345bf656cd469f4260b678bcb (patch) | |
tree | e36ea04103469ba31501e7a7fe3b10e5e856dbe5 /OpenSim/Data/Tests/PropertyCompareConstraint.cs | |
parent | Add UUIDs in bin/ScriptEngines to .gitignore. (diff) | |
download | opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.zip opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.gz opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.bz2 opensim-SC_OLD-82c888fc6c103ec345bf656cd469f4260b678bcb.tar.xz |
Add copyright headers. Formatting cleanup. Fix a compiler warning.
Diffstat (limited to 'OpenSim/Data/Tests/PropertyCompareConstraint.cs')
-rw-r--r-- | OpenSim/Data/Tests/PropertyCompareConstraint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/PropertyCompareConstraint.cs b/OpenSim/Data/Tests/PropertyCompareConstraint.cs index d64a51e..06ca53e 100644 --- a/OpenSim/Data/Tests/PropertyCompareConstraint.cs +++ b/OpenSim/Data/Tests/PropertyCompareConstraint.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Data.Tests | |||
83 | } | 83 | } |
84 | 84 | ||
85 | //prevent loops... | 85 | //prevent loops... |
86 | if(propertyNames.Count > 50) | 86 | if (propertyNames.Count > 50) |
87 | { | 87 | { |
88 | failingPropertyName = string.Join(".", propertyNames.Reverse().ToArray()); | 88 | failingPropertyName = string.Join(".", propertyNames.Reverse().ToArray()); |
89 | failingActual = actual; | 89 | failingActual = actual; |