From 972b0b2f1bfcad32f2a12b613d4a249658895715 Mon Sep 17 00:00:00 2001 From: Glenn Glazer Date: Mon, 10 Oct 2016 12:31:01 -0700 Subject: maint-6633: fix unit test to conform with new desired ordering --- indra/llcommon/tests/llerror_test.cpp | 4 ++-- 1 file 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<> -- cgit v1.2.3