From 0a5a4e9caef850084643bdc0867dcbc02ee24eff Mon Sep 17 00:00:00 2001 From: Vissarion Fysikopoulos Date: Thu, 12 Apr 2018 15:49:58 +0300 Subject: [PATCH] [test] Update comment for cw rings --- test/algorithms/envelope_expand/envelope_on_spheroid.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/algorithms/envelope_expand/envelope_on_spheroid.cpp b/test/algorithms/envelope_expand/envelope_on_spheroid.cpp index 40c320c2e..6b26eeacb 100644 --- a/test/algorithms/envelope_expand/envelope_on_spheroid.cpp +++ b/test/algorithms/envelope_expand/envelope_on_spheroid.cpp @@ -2474,6 +2474,7 @@ BOOST_AUTO_TEST_CASE( envelope_polygon ) // unit test for rings de-activated for now (current implementation // for area on the spherical equatorial coordinate system is not complete) // TODO: re-activate once implementation is done +// right now implementation does not distinguish between ccw and cw rings BOOST_AUTO_TEST_CASE( envelope_cw_ring ) { typedef bg::cs::spherical_equatorial coordinate_system_type;