$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86592 - trunk/libs/geometry/test/multi/algorithms
From: barend.gehrels_at_[hidden]
Date: 2013-11-09 06:22:57
Author: barendgehrels
Date: 2013-11-09 06:22:57 EST (Sat, 09 Nov 2013)
New Revision: 86592
URL: http://svn.boost.org/trac/boost/changeset/86592
Log:
[geometry] fixed multi_for_each which requires a closing point (since WKT now always closes rings explicitly, few weeks ago)
Text files modified: 
   trunk/libs/geometry/test/multi/algorithms/multi_for_each.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/geometry/test/multi/algorithms/multi_for_each.cpp
==============================================================================
--- trunk/libs/geometry/test/multi/algorithms/multi_for_each.cpp	Sat Nov  9 06:18:34 2013	(r86591)
+++ trunk/libs/geometry/test/multi/algorithms/multi_for_each.cpp	2013-11-09 06:22:57 EST (Sat, 09 Nov 2013)	(r86592)
@@ -68,7 +68,7 @@
 
             , "((1, 1), (1, 4)) ((1, 4), (4, 4)) ((4, 4), (4, 1)) ((4, 1), (1, 1))"
             , 4 * 3.0
-            , "MULTIPOLYGON(((10 1,10 4,4 4,4 1,1 1)))"
+            , "MULTIPOLYGON(((10 1,10 4,4 4,4 1,1 1,10 1)))"
         );
 }