clipping test: expect 30 verts [skip ci]

This commit is contained in:
Dane Springmeyer 2015-04-30 15:07:02 -07:00
parent a9bda0a5df
commit 3baf6f3450

View file

@ -196,7 +196,7 @@ public:
while ((cmd = clipped.vertex(&x, &y)) != mapnik::SEG_END) {
count++;
}
unsigned expected_count = 31;
unsigned expected_count = 30;
if (count != expected_count) {
std::clog << "test1: clipping failed: processed " << count << " verticies but expected " << expected_count << "\n";
valid = false;