diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-07 15:22:13 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-07 15:22:13 -0500 |
commit | f71228bf90b54f02f52b315d8a81c0cf296ba4ae (patch) | |
tree | e11a6baf9fbc374900b87dd139c888c6b015d87f /indra/llmath/tests/m3math_test.cpp | |
parent | 727a0e6fd454e3ec26c544d37f77e7346cc7d930 (diff) | |
parent | f0d0096cf96fbd2f99b01726020fb5840447c8f6 (diff) |
merge
Diffstat (limited to 'indra/llmath/tests/m3math_test.cpp')
-rw-r--r-- | indra/llmath/tests/m3math_test.cpp | 1 |
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]) && |