[test] update two other testcases for difference

This commit is contained in:
Barend Gehrels 2018-01-26 13:20:56 +01:00
parent 8ef2eb41d0
commit f054f092a2
2 changed files with 3 additions and 3 deletions

View File

@ -83,8 +83,8 @@ void test_spikes_in_ticket_8365()
test_one<polygon, multi_polygon, multi_polygon>("ticket_8365_step2",
"MULTIPOLYGON(((971 2704,971 1402,4640 1402,3912 1722,3180 2376,3912 1884,4643 1402,5395 1402,5395 3353,971 3353,971 2865,1704 3348)))",
"MULTIPOLYGON(((5388 1560,4650 1722,3912 1884,4650 1398)),((2442 3186,1704 3348,966 2700,1704 3024)))",
if_typed<ct, int>(2, 2),
if_typed<ct, int>(21, 21),
2,
18,
if_typed<ct, int>(7975092.5, 7975207.6047877), // SQL Server:
2,
-1,

View File

@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE( test_sym_difference_polygon_multipolygon )
from_wkt<MPG>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),\
((20 0,20 10,30 10,30 0,20 0)))"),
1,
9,
6,
300);
}