From 65c5efe43b68700bad94076d4cd421160203c5de Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 01:22:11 +0000 Subject: Formatting cleanup. --- OpenSim/Tests/Common/DoubleToleranceConstraint.cs | 6 +++--- OpenSim/Tests/Common/VectorToleranceConstraint.cs | 2 +- OpenSim/Tests/Inventory/Properties/AssemblyInfo.cs | 10 +++++----- OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'OpenSim/Tests') diff --git a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs index a766549..c7a6ecc 100644 --- a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs +++ b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs @@ -39,9 +39,9 @@ namespace OpenSim.Tests.Common { _baseValue = baseValue; } - + /// - ///Test whether the constraint is satisfied by a given value + ///Test whether the constraint is satisfied by a given value /// ///The value to be tested /// @@ -70,7 +70,7 @@ namespace OpenSim.Tests.Common public override void WriteActualValueTo(MessageWriter writer) { - writer.WriteActualValue(_valueToBeTested); + writer.WriteActualValue(_valueToBeTested); } } } diff --git a/OpenSim/Tests/Common/VectorToleranceConstraint.cs b/OpenSim/Tests/Common/VectorToleranceConstraint.cs index 2b60db3..249fe09 100644 --- a/OpenSim/Tests/Common/VectorToleranceConstraint.cs +++ b/OpenSim/Tests/Common/VectorToleranceConstraint.cs @@ -42,7 +42,7 @@ namespace OpenSim.Tests.Common } /// - ///Test whether the constraint is satisfied by a given value + ///Test whether the constraint is satisfied by a given value /// ///The value to be tested /// diff --git a/OpenSim/Tests/Inventory/Properties/AssemblyInfo.cs b/OpenSim/Tests/Inventory/Properties/AssemblyInfo.cs index 76b30b7..eb4da1c 100644 --- a/OpenSim/Tests/Inventory/Properties/AssemblyInfo.cs +++ b/OpenSim/Tests/Inventory/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Inventory")] @@ -41,8 +41,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -52,11 +52,11 @@ using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs b/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs index 711e8b4..99c7277 100644 --- a/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs +++ b/OpenSim/Tests/UserServer/Stress/UserServerStressTest.cs @@ -36,7 +36,7 @@ namespace OpenSim.Tests.UserServer.Stress public class UserServerStressTest { public static void Main(string[] args) - { + { XmlConfigurator.Configure(); Console.WriteLine("Aborting - not yet functional"); -- cgit v1.1