Add commented-out IsPolygonCCW_DataSet3, with a polygon that makes great_britain.osm build fail.

This commit is contained in:
Yury Melnichek 2011-04-25 15:04:48 +02:00 committed by Alex Zolotarev
parent 156257ef83
commit c1a8258674

View file

@ -174,3 +174,15 @@ UNIT_TEST(IsPolygonCCW_DataSet2)
TestPolygonOrReverseCCW(arr, arr + ARRAY_SIZE(arr));
}
*/
/*
UNIT_TEST(IsPolygonCCW_DataSet3)
{
P arr[] = { P(0.738019701780757, 61.1239696304537), P(0.738234278502148, 61.1240028227903),
P(0.738675837161651, 61.1240276332237), P(0.738234278502148, 61.1240028227903),
P(0.738019701780757, 61.1239696304537), P(0.737414528371232, 61.1238241206145) };
TestPolygonOrReverseCCW(arr, arr + ARRAY_SIZE(arr));
}
*/