clipping test: expect 30 verts [skip ci]
This commit is contained in:
parent
a9bda0a5df
commit
3baf6f3450
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue