summaryrefslogtreecommitdiff
path: root/indra/llmath/tests
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-01-06 11:06:09 -0500
committerLoren Shih <seraph@lindenlab.com>2011-01-06 11:06:09 -0500
commitb30ff3fb9a5487801fc79260ea01b5c59a41ddac (patch)
treed4541589596deea4a1009ec9af0fd5d7497da8fa /indra/llmath/tests
parent9c6c0463277fc9e193932da736231a47752676c5 (diff)
parent1034db639462d95e54e9bf9e4d63500b745bb0a2 (diff)
Automated merge up from viewer-development
Diffstat (limited to 'indra/llmath/tests')
-rw-r--r--indra/llmath/tests/m3math_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp
index 8abf61b740..e4d31996a3 100644
--- a/indra/llmath/tests/m3math_test.cpp
+++ b/indra/llmath/tests/m3math_test.cpp
@@ -280,7 +280,6 @@ namespace tut
llmat_obj.setRows(llvec1, llvec2, llvec3);
llmat_obj.orthogonalize();
- skip("Grr, LLMatrix3::orthogonalize test is failing. Has it ever worked?");
ensure("LLMatrix3::orthogonalize failed ",
is_approx_equal(0.19611613f, llmat_obj.mMatrix[0][0]) &&
is_approx_equal(0.78446454f, llmat_obj.mMatrix[0][1]) &&