From 68631e28d49f363887a23f33baeb7b5425f0ccc4 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 22 Feb 2011 14:26:32 +0100 Subject: also test non_projective_only with row major transformations --- test/geo_transformations.cpp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'test/geo_transformations.cpp') 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() )); } } -- cgit v1.2.3