Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77309 - trunk/libs/geometry/test/algorithms
From: barend.gehrels_at_[hidden]
Date: 2012-03-11 16:42:13


Author: barendgehrels
Date: 2012-03-11 16:42:12 EDT (Sun, 11 Mar 2012)
New Revision: 77309
URL: http://svn.boost.org/trac/boost/changeset/77309

Log:
[geometry] added test called #ggl_list_20110820_christophe now also to union test to discover it earler, and uncommented test called #ggl_list_20110716_enrico
Text files modified:
   trunk/libs/geometry/test/algorithms/union.cpp | 7 +++++--
   1 files changed, 5 insertions(+), 2 deletions(-)

Modified: trunk/libs/geometry/test/algorithms/union.cpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/union.cpp (original)
+++ trunk/libs/geometry/test/algorithms/union.cpp 2012-03-11 16:42:12 EDT (Sun, 11 Mar 2012)
@@ -232,13 +232,16 @@
         if_typed<ct, double>(5, if_typed_tt<ct>(8, 7)),
         14729.07145);
         
-#ifdef TEST_ENRICO
     test_one<Polygon, Polygon, Polygon>("ggl_list_20110716_enrico",
         ggl_list_20110716_enrico[0], ggl_list_20110716_enrico[1],
         1, 1,
         if_typed<ct, double>(18, 17),
         129904.197692871);
-#endif
+
+ test_one<Polygon, Polygon, Polygon>("ggl_list_20110820_christophe",
+ ggl_list_20110820_christophe[0], ggl_list_20110820_christophe[1],
+ 1, 0, 8, 67.3550722317627);
+
 
 #ifdef TEST_ISOVIST
 #ifdef _MSC_VER


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