diff options
author | John Hurliman | 2009-11-05 23:50:42 -0800 |
---|---|---|
committer | John Hurliman | 2009-11-05 23:50:42 -0800 |
commit | dfe4dc735af35e644130cc804828c518c8368836 (patch) | |
tree | 95c8e02cf8be328bdb44b5177bca4bad725328a6 /OpenSim/Tests/Common/TestHelper.cs | |
parent | * Clamp the CoarseLocationUpdate packet at a maximum of 60 positions per pack... (diff) | |
parent | add unit test for iar & escaping (diff) | |
download | opensim-SC_OLD-dfe4dc735af35e644130cc804828c518c8368836.zip opensim-SC_OLD-dfe4dc735af35e644130cc804828c518c8368836.tar.gz opensim-SC_OLD-dfe4dc735af35e644130cc804828c518c8368836.tar.bz2 opensim-SC_OLD-dfe4dc735af35e644130cc804828c518c8368836.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Tests/Common/TestHelper.cs')
-rw-r--r-- | OpenSim/Tests/Common/TestHelper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs index 4abf2e3..9d53063 100644 --- a/OpenSim/Tests/Common/TestHelper.cs +++ b/OpenSim/Tests/Common/TestHelper.cs | |||
@@ -54,6 +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(); | ||
57 | Console.WriteLine("===> In Test Method : {0} <===", stackTrace.GetFrame(1).GetMethod().Name); | 58 | Console.WriteLine("===> In Test Method : {0} <===", stackTrace.GetFrame(1).GetMethod().Name); |
58 | } | 59 | } |
59 | } | 60 | } |