From 39d3bc2394d503bd3ca2a53adeae6fa965f4c5a6 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 22 Feb 2011 08:14:38 -0500 Subject: fix bug #190: directly pass Transform Options to Matrix, allowing to use RowMajor. Fix issues in Transform with non-default Options. --- test/geo_transformations.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/geo_transformations.cpp') diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp index 005a02f71..44ce1f501 100644 --- a/test/geo_transformations.cpp +++ b/test/geo_transformations.cpp @@ -459,5 +459,11 @@ void test_geo_transformations() CALL_SUBTEST_3(( transformations() )); CALL_SUBTEST_3(( transformations() )); CALL_SUBTEST_3(( transform_alignment() )); + + CALL_SUBTEST_4(( transformations() )); + CALL_SUBTEST_4(( transformations() )); + + CALL_SUBTEST_5(( transformations() )); + CALL_SUBTEST_5(( transformations() )); } } -- cgit v1.2.3