From 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 21:24:15 +1000 Subject: Dump OpenSim 0.9.0.1 into it's own branch. --- OpenSim/Tests/Common/TestHelpers.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Tests/Common/TestHelpers.cs') diff --git a/OpenSim/Tests/Common/TestHelpers.cs b/OpenSim/Tests/Common/TestHelpers.cs index 6bf23f8..2b2af34 100644 --- a/OpenSim/Tests/Common/TestHelpers.cs +++ b/OpenSim/Tests/Common/TestHelpers.cs @@ -81,9 +81,9 @@ namespace OpenSim.Tests.Common return false; } - + /// - /// A debugging method that can be used to print out which test method you are in + /// A debugging method that can be used to print out which test method you are in /// public static void InMethod() { @@ -129,7 +129,7 @@ namespace OpenSim.Tests.Common { string rawUuid = stem.PadRight(32, '0'); - return UUID.Parse(rawUuid); + return UUID.Parse(rawUuid); } /// @@ -158,7 +158,7 @@ namespace OpenSim.Tests.Common { string rawUuid = stem.PadLeft(32, '0'); - return UUID.Parse(rawUuid); + return UUID.Parse(rawUuid); } } } -- cgit v1.1