diff -r 940cd25d4b78 indra/llmath/tests/m3math_test.cpp --- a/indra/llmath/tests/m3math_test.cpp Tue Dec 28 06:58:04 2010 -0500 +++ b/indra/llmath/tests/m3math_test.cpp Tue Dec 28 12:50:53 2010 -0500 @@ -280,7 +280,7 @@ llmat_obj.setRows(llvec1, llvec2, llvec3); llmat_obj.orthogonalize(); - skip("Grr, LLMatrix3::orthogonalize test is failing. Has it ever worked?"); + //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]) &&