31 Contour<double> aCollectionWithOnePolygon{{{0, 2}, {0, 0}, {2, 0}, {2, 4}, {1, 4}, {1, 2}, {0, 2}}};
34 {{2, 4}, {2, 0}}, {{1, 4}, {1, 2}, {0, 2}, {0, 0}}
38 BOOST_CHECK(aCollectionWithOnePolygon == anotherCollectionWithTwoPolygonsButSameVertices);