diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp index 44ce1f501..67396498d 100644 --- a/test/geo_transformations.cpp +++ b/test/geo_transformations.cpp @@ -459,11 +459,14 @@ void test_geo_transformations() CALL_SUBTEST_3(( transformations() )); CALL_SUBTEST_3(( transformations() )); CALL_SUBTEST_3(( transform_alignment() )); + + CALL_SUBTEST_4(( transformations() )); + CALL_SUBTEST_4(( non_projective_only() )); + + CALL_SUBTEST_5(( transformations() )); + CALL_SUBTEST_5(( non_projective_only() )); - CALL_SUBTEST_4(( transformations() )); - CALL_SUBTEST_4(( transformations() )); - - CALL_SUBTEST_5(( transformations() )); - CALL_SUBTEST_5(( transformations() )); + CALL_SUBTEST_6(( transformations() )); + CALL_SUBTEST_6(( transformations() )); } }