summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-10 12:31:01 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-10 12:31:01 -0700
commit972b0b2f1bfcad32f2a12b613d4a249658895715 (patch)
tree94a47e56489ae6c76f9d0503cb234498caac3aec /indra/llcommon/tests
parent64ab1979db23c984cb29f4d6e984369b938e5016 (diff)
maint-6633: fix unit test to conform with new desired ordering
Diffstat (limited to 'indra/llcommon/tests')
-rw-r--r--indra/llcommon/tests/llerror_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp
index f51279e817..404f3e51ae 100644
--- a/indra/llcommon/tests/llerror_test.cpp
+++ b/indra/llcommon/tests/llerror_test.cpp
@@ -551,9 +551,9 @@ namespace tut
function;
writeReturningLocationAndFunction(location, function);
- ensure_equals("order is location time type function message",
+ ensure_equals("order is time location type function message",
message(0),
- location + roswell() + " INFO: " + function + ": apple");
+ roswell() + lcoation + " INFO: " + function + ": apple");
}
template<> template<>