diff options
author | Michael Cortez | 2009-08-06 09:38:51 -0700 |
---|---|---|
committer | Michael Cortez | 2009-08-06 09:38:51 -0700 |
commit | 2ac04cb624d36c048b6793f9db7c073eb6a01026 (patch) | |
tree | cb76f55c634c9f1107dea7204729497c5ba3bb75 /OpenSim/Tests/Common/TestHelper.cs | |
parent | Fixing comments re: INI file. (diff) | |
parent | Add the config-include statement to OpenSim.ini.example. (diff) | |
download | opensim-SC_OLD-2ac04cb624d36c048b6793f9db7c073eb6a01026.zip opensim-SC_OLD-2ac04cb624d36c048b6793f9db7c073eb6a01026.tar.gz opensim-SC_OLD-2ac04cb624d36c048b6793f9db7c073eb6a01026.tar.bz2 opensim-SC_OLD-2ac04cb624d36c048b6793f9db7c073eb6a01026.tar.xz |
Merge branch 'master' into groups-core-contrib
Diffstat (limited to 'OpenSim/Tests/Common/TestHelper.cs')
-rw-r--r-- | OpenSim/Tests/Common/TestHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs index f0b3376..4abf2e3 100644 --- a/OpenSim/Tests/Common/TestHelper.cs +++ b/OpenSim/Tests/Common/TestHelper.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Tests.Common | |||
54 | public static void InMethod() | 54 | public static void InMethod() |
55 | { | 55 | { |
56 | StackTrace stackTrace = new StackTrace(); | 56 | StackTrace stackTrace = new StackTrace(); |
57 | Console.WriteLine("==> In Test Method : {0}", stackTrace.GetFrame(1).GetMethod().Name); | 57 | Console.WriteLine("===> In Test Method : {0} <===", stackTrace.GetFrame(1).GetMethod().Name); |
58 | } | 58 | } |
59 | } | 59 | } |
60 | } | 60 | } |