From 6af02192731b80c558a89a25f3cbf6916c2cbb72 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 8 Oct 2009 16:44:44 +0000 Subject: DEV-41080 fix and upgrade v4color_test.cpp to a real unit test. --- indra/llmath/tests/v4color_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llmath/tests') diff --git a/indra/llmath/tests/v4color_test.cpp b/indra/llmath/tests/v4color_test.cpp index 166c9b9ff2..cebb026ce6 100644 --- a/indra/llmath/tests/v4color_test.cpp +++ b/indra/llmath/tests/v4color_test.cpp @@ -217,7 +217,7 @@ namespace tut llcolor4a = llcolor3; ensure("Operator=:Fail to initialize ", ((llcolor3.mV[0] == llcolor4a.mV[VX]) && (llcolor3.mV[1] == llcolor4a.mV[VY]) && (llcolor3.mV[2] == llcolor4a.mV[VZ]))); LLSD sd = llcolor4a.getValue(); - llcolor4b = sd; + llcolor4b = LLColor4(sd); ensure_equals("Operator= LLSD:Fail ", llcolor4a, llcolor4b); } -- cgit v1.2.3