diff options
author | Justin Clark-Casey (justincc) | 2009-08-05 19:38:45 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-05 19:38:45 +0100 |
commit | 07e00e110d6954eb995382fc0e03af19a46811ab (patch) | |
tree | f00a23b296a2a66571f759275bc02c5fb153afe1 /OpenSim/Tests/Common/TestHelper.cs | |
parent | test commit for new hook changes (diff) | |
download | opensim-SC_OLD-07e00e110d6954eb995382fc0e03af19a46811ab.zip opensim-SC_OLD-07e00e110d6954eb995382fc0e03af19a46811ab.tar.gz opensim-SC_OLD-07e00e110d6954eb995382fc0e03af19a46811ab.tar.bz2 opensim-SC_OLD-07e00e110d6954eb995382fc0e03af19a46811ab.tar.xz |
Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary wait
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 | } |