diff options
author | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-12-28 19:14:33 -0500 |
---|---|---|
committer | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-12-28 19:14:33 -0500 |
commit | 44e6327674bbe45d92e3411c24ff51b5c4318bbb (patch) | |
tree | 71afe1358312b55157bc1e181520add983157ea9 | |
parent | 087c105317058dc3a011c937a5aceaf87fdecc26 (diff) |
STORM-825 : Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp
Removed the skipping of a working test as this was causeing a the test to fail
building and thus not actualy running all the tests.
-rw-r--r-- | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/llmath/tests/m3math_test.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index f987cf4852..2e4fceeb7b 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -796,6 +796,7 @@ WolfPup Lowenhar STORM-654 STORM-674 STORM-776 + STORM-825 VWR-20741 VWR-20933 Zai Lynch 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]) && |