diff options
author | Melanie | 2009-08-17 05:01:23 +0100 |
---|---|---|
committer | Melanie | 2009-08-17 05:01:23 +0100 |
commit | b05539e7cf397a34ef0d62385f5e29fa2be8edf0 (patch) | |
tree | 87cd35abc3777708b96e86f3ec8e3f13c8c6fdc5 /OpenSim/Data/Tests/PropertyCompareConstraint.cs | |
parent | Filling in the blanks: The "meat" of the REST console (diff) | |
parent | Add copyright headers. Formatting cleanup. Fix a compiler warning. (diff) | |
download | opensim-SC-b05539e7cf397a34ef0d62385f5e29fa2be8edf0.zip opensim-SC-b05539e7cf397a34ef0d62385f5e29fa2be8edf0.tar.gz opensim-SC-b05539e7cf397a34ef0d62385f5e29fa2be8edf0.tar.bz2 opensim-SC-b05539e7cf397a34ef0d62385f5e29fa2be8edf0.tar.xz |
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
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; |