Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69571 - trunk/libs/geometry/test/algorithms
From: barend.gehrels_at_[hidden]
Date: 2011-03-04 17:05:18


Author: barendgehrels
Date: 2011-03-04 17:05:16 EST (Fri, 04 Mar 2011)
New Revision: 69571
URL: http://svn.boost.org/trac/boost/changeset/69571

Log:
Relaxed tolerance of one test for boost trunk summary / different compilers
Text files modified:
   trunk/libs/geometry/test/algorithms/difference.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/geometry/test/algorithms/difference.cpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/difference.cpp (original)
+++ trunk/libs/geometry/test/algorithms/difference.cpp 2011-03-04 17:05:16 EST (Fri, 04 Mar 2011)
@@ -132,7 +132,7 @@
     test_one<polygon, polygon, polygon>("intersect_holes_new_ring",
         intersect_holes_new_ring[0], intersect_holes_new_ring[1],
         3, 0, 9.8961,
- 4, 0, 121.8961);
+ 4, 0, 121.8961, 0.01);
 
     test_one<polygon, polygon, polygon>("first_within_hole_of_second",
         first_within_hole_of_second[0], first_within_hole_of_second[1],


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk