diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Tests | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Tests')
4 files changed, 10 insertions, 10 deletions
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 | |||
39 | { | 39 | { |
40 | _baseValue = baseValue; | 40 | _baseValue = baseValue; |
41 | } | 41 | } |
42 | 42 | ||
43 | ///<summary> | 43 | ///<summary> |
44 | ///Test whether the constraint is satisfied by a given value | 44 | ///Test whether the constraint is satisfied by a given value |
45 | ///</summary> | 45 | ///</summary> |
46 | ///<param name="valueToBeTested">The value to be tested</param> | 46 | ///<param name="valueToBeTested">The value to be tested</param> |
47 | ///<returns> | 47 | ///<returns> |
@@ -70,7 +70,7 @@ namespace OpenSim.Tests.Common | |||
70 | 70 | ||
71 | public override void WriteActualValueTo(MessageWriter writer) | 71 | public override void WriteActualValueTo(MessageWriter writer) |
72 | { | 72 | { |
73 | writer.WriteActualValue(_valueToBeTested); | 73 | writer.WriteActualValue(_valueToBeTested); |
74 | } | 74 | } |
75 | } | 75 | } |
76 | } | 76 | } |
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 | |||
42 | } | 42 | } |
43 | 43 | ||
44 | ///<summary> | 44 | ///<summary> |
45 | ///Test whether the constraint is satisfied by a given value | 45 | ///Test whether the constraint is satisfied by a given value |
46 | ///</summary> | 46 | ///</summary> |
47 | ///<param name="valueToBeTested">The value to be tested</param> | 47 | ///<param name="valueToBeTested">The value to be tested</param> |
48 | ///<returns> | 48 | ///<returns> |
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; | |||
29 | using System.Runtime.CompilerServices; | 29 | using System.Runtime.CompilerServices; |
30 | using System.Runtime.InteropServices; | 30 | using System.Runtime.InteropServices; |
31 | 31 | ||
32 | // General Information about an assembly is controlled through the following | 32 | // General information about an assembly is controlled through the following |
33 | // set of attributes. Change these attribute values to modify the information | 33 | // set of attributes. Change these attribute values to modify the information |
34 | // associated with an assembly. | 34 | // associated with an assembly. |
35 | [assembly: AssemblyTitle("Inventory")] | 35 | [assembly: AssemblyTitle("Inventory")] |
@@ -41,8 +41,8 @@ using System.Runtime.InteropServices; | |||
41 | [assembly: AssemblyTrademark("")] | 41 | [assembly: AssemblyTrademark("")] |
42 | [assembly: AssemblyCulture("")] | 42 | [assembly: AssemblyCulture("")] |
43 | 43 | ||
44 | // Setting ComVisible to false makes the types in this assembly not visible | 44 | // Setting ComVisible to false makes the types in this assembly not visible |
45 | // to COM components. If you need to access a type in this assembly from | 45 | // to COM components. If you need to access a type in this assembly from |
46 | // COM, set the ComVisible attribute to true on that type. | 46 | // COM, set the ComVisible attribute to true on that type. |
47 | [assembly: ComVisible(false)] | 47 | [assembly: ComVisible(false)] |
48 | 48 | ||
@@ -52,11 +52,11 @@ using System.Runtime.InteropServices; | |||
52 | // Version information for an assembly consists of the following four values: | 52 | // Version information for an assembly consists of the following four values: |
53 | // | 53 | // |
54 | // Major Version | 54 | // Major Version |
55 | // Minor Version | 55 | // Minor Version |
56 | // Build Number | 56 | // Build Number |
57 | // Revision | 57 | // Revision |
58 | // | 58 | // |
59 | // You can specify all the values or you can default the Revision and Build Numbers | 59 | // You can specify all the values or you can default the Revision and Build Numbers |
60 | // by using the '*' as shown below: | 60 | // by using the '*' as shown below: |
61 | [assembly: AssemblyVersion("1.0.0.0")] | 61 | [assembly: AssemblyVersion("1.0.0.0")] |
62 | [assembly: AssemblyFileVersion("1.0.0.0")] | 62 | [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 | |||
36 | public class UserServerStressTest | 36 | public class UserServerStressTest |
37 | { | 37 | { |
38 | public static void Main(string[] args) | 38 | public static void Main(string[] args) |
39 | { | 39 | { |
40 | XmlConfigurator.Configure(); | 40 | XmlConfigurator.Configure(); |
41 | 41 | ||
42 | Console.WriteLine("Aborting - not yet functional"); | 42 | Console.WriteLine("Aborting - not yet functional"); |