diff options
author | leyla_linden <none@none> | 2011-01-10 12:10:36 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-01-10 12:10:36 -0800 |
commit | b63a404613182edfd230abda595f064c7bcc1c10 (patch) | |
tree | 18a4cb6abdfa52bb68ded012f9f4b53d491b0c48 /indra/llmath/tests/m3math_test.cpp | |
parent | 523722652259d37841be2ad4ad283df4887ad372 (diff) | |
parent | fdf19a526821291bd3d6a6e1f6b78dcaeac63705 (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]) && |