[geometry] Fixed ticket 9047 (recursive inclusion) and unit test for ticket 8652

[SVN r85552]
This commit is contained in:
Barend Gehrels
2013-09-03 18:45:18 +00:00
parent ed4fc34beb
commit fb74bfbe26
4 changed files with 12 additions and 2 deletions

View File

@@ -220,6 +220,9 @@ void test_areal()
test_one<Polygon, Polygon, Polygon>("ticket_6958", ticket_6958[0], ticket_6958[1],
1, 4, 4.34355e-05, 0.01);
test_one<Polygon, Polygon, Polygon>("ticket_8652", ticket_8652[0], ticket_8652[1],
1, 4, 0.0003, 0.00001);
test_one<Polygon, Polygon, Polygon>("buffer_mp1", buffer_mp1[0], buffer_mp1[1],
1, 31, 2.271707796);