mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-24 18:02:17 +00:00
[geometry] Unit tests belonging to bugfix difference problem reported by H2 at Boost.Geometry list at 2012-09-14 and 2012-10-11
[SVN r80994]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
// #define BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
// #define BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
//#define BOOST_GEOMETRY_CHECK_WITH_SQLSERVER
|
||||
|
||||
//#define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER
|
||||
@@ -122,6 +122,13 @@ void test_areal()
|
||||
ggl_list_20111025_vd_2[0], ggl_list_20111025_vd_2[1],
|
||||
1, -999, 10.0, 2, -999, 6.0);
|
||||
|
||||
test_one<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_a",
|
||||
ggl_list_20120915_h2[0], ggl_list_20120915_h2[1],
|
||||
2, -999, 17.0, 0, -999, 0.0);
|
||||
test_one<Polygon, MultiPolygon, MultiPolygon>("ggl_list_20120915_h2_b",
|
||||
ggl_list_20120915_h2[0], ggl_list_20120915_h2[2],
|
||||
2, -999, 17.0, 0, -999, 0.0);
|
||||
|
||||
|
||||
/* TODO: fix
|
||||
test_one<Polygon, MultiPolygon, MultiPolygon>("case_101_multi",
|
||||
|
||||
Reference in New Issue
Block a user