diff options
author | Jacek Antonelli | 2009-06-08 00:41:31 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-08 00:41:31 -0500 |
commit | 0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa (patch) | |
tree | 2c93d38e210832e737d09cff7561373d8d5453b2 /linden/indra/test/math.cpp | |
parent | Imprudence 1.1.0 released. (diff) | |
parent | Updated Imprudence to be based on SL 1.22.11. (ChangeLog Entry) (diff) | |
download | meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.zip meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.gz meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.bz2 meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.xz |
Merge branch 'sl-base-1.22' into next
Conflicts:
linden/indra/newview/English.lproj/InfoPlist.strings
linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml
Diffstat (limited to 'linden/indra/test/math.cpp')
-rw-r--r-- | linden/indra/test/math.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/linden/indra/test/math.cpp b/linden/indra/test/math.cpp index 405b8a3..3b9c6ef 100644 --- a/linden/indra/test/math.cpp +++ b/linden/indra/test/math.cpp | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * $LicenseInfo:firstyear=2005&license=viewergpl$ | 7 | * $LicenseInfo:firstyear=2005&license=viewergpl$ |
8 | * | 8 | * |
9 | * Copyright (c) 2005-2008, Linden Research, Inc. | 9 | * Copyright (c) 2005-2009, Linden Research, Inc. |
10 | * | 10 | * |
11 | * Second Life Viewer Source Code | 11 | * Second Life Viewer Source Code |
12 | * The source code in this file ("Source Code") is provided by Linden Lab | 12 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -517,6 +517,10 @@ namespace tut | |||
517 | template<> template<> | 517 | template<> template<> |
518 | void line_object::test<2>() | 518 | void line_object::test<2>() |
519 | { | 519 | { |
520 | /* | ||
521 | These tests fail intermittently on all platforms - see DEV-16600 | ||
522 | Commenting this out until dev has time to investigate. | ||
523 | |||
520 | // this is a test for LLLine::nearestApproach(LLLIne) method | 524 | // this is a test for LLLine::nearestApproach(LLLIne) method |
521 | // which computes the point on a line nearest another line | 525 | // which computes the point on a line nearest another line |
522 | 526 | ||
@@ -612,11 +616,13 @@ namespace tut | |||
612 | //} | 616 | //} |
613 | 617 | ||
614 | // test that the errors are small | 618 | // test that the errors are small |
619 | |||
615 | ensure("first line should accurately compute its closest approach", | 620 | ensure("first line should accurately compute its closest approach", |
616 | first_relative_error <= allowable_relative_error); | 621 | first_relative_error <= allowable_relative_error); |
617 | ensure("second line should accurately compute its closest approach", | 622 | ensure("second line should accurately compute its closest approach", |
618 | second_relative_error <= allowable_relative_error); | 623 | second_relative_error <= allowable_relative_error); |
619 | } | 624 | } |
625 | */ | ||
620 | } | 626 | } |
621 | 627 | ||
622 | F32 ALMOST_PARALLEL = 0.99f; | 628 | F32 ALMOST_PARALLEL = 0.99f; |