diff options
author | Sean Dague | 2009-08-05 14:44:25 -0400 |
---|---|---|
committer | Sean Dague | 2009-08-05 14:44:25 -0400 |
commit | 8f4048c63aa9fcceda7dd24b691cadecf62ef9fa (patch) | |
tree | 5880b62399e293b739428d01404667bdc332d2da /OpenSim/Tests/Common | |
parent | fixing hooks (diff) | |
parent | Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary wait (diff) | |
download | opensim-SC-8f4048c63aa9fcceda7dd24b691cadecf62ef9fa.zip opensim-SC-8f4048c63aa9fcceda7dd24b691cadecf62ef9fa.tar.gz opensim-SC-8f4048c63aa9fcceda7dd24b691cadecf62ef9fa.tar.bz2 opensim-SC-8f4048c63aa9fcceda7dd24b691cadecf62ef9fa.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Tests/Common')
-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 | } |