tests: use uint for cpml_primitive_put_intersections
commit52401f7d3be8fd786ba2b12b7a9080b10f63d302
authorNicola Fontana <ntd@entidi.it>
Fri, 30 Jan 2015 18:53:06 +0000 (30 19:53 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 30 Jan 2015 18:53:06 +0000 (30 19:53 +0100)
treef80cf17b81491a16bae01b4291fd4b6293e46768
parent300741f3d63c9e04b4713977246d11a13db6b7f8
tests: use uint for cpml_primitive_put_intersections

The above API returns a size_t, hence that return value is closer to a
uint than a int. Use the proper assertion macro.
src/cpml/tests/test-primitive.c