From fa04937a825144b0b9d82f823b429a0436a61f5d Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 29 May 2009 16:11:33 +0000 Subject: * Add xml2 load test --- OpenSim/Tests/Common/TestHelper.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'OpenSim/Tests/Common') diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs index 21c2875..588c9fa 100644 --- a/OpenSim/Tests/Common/TestHelper.cs +++ b/OpenSim/Tests/Common/TestHelper.cs @@ -47,12 +47,14 @@ 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() { StackTrace stackTrace = new StackTrace(); - Console.WriteLine("In Test Method : {0}", stackTrace.GetFrame(1).GetMethod().Name); + Console.WriteLine("==> In Test Method : {0}", stackTrace.GetFrame(1).GetMethod().Name); } } } -- cgit v1.1