[geometry] reorganized buffer strategies (unit tests)

[SVN r83273]
This commit is contained in:
Barend Gehrels
2013-03-03 12:29:29 +00:00
parent ce3e4e858e
commit 6ffb28d6ae
4 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ void test_all()
test_one<multi_linestring_type, buf::join_round, polygon>("simplex", simplex, 'r', 38.2623, 1.5, 1.5);
test_one<multi_linestring_type, buf::join_round, polygon>("two_bends", two_bends, 'r', 64.6217, 1.5, 1.5);
test_one<multi_linestring_type, buf::join_round_by_divide, polygon>("two_bends", two_bends, 'd', 64.6217, 1.5, 1.5);
test_one<multi_linestring_type, buf::join_miter, polygon>("two_bends", two_bends, 'm', 65.1834, 1.5, 1.5);
test_one<multi_linestring_type, buf::join_round, polygon>("two_bends_asym", two_bends, 'm', 52.3793, 1.5, 0.75);
}