aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/qtvector.cpp
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-08-17 20:03:50 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-08-17 20:03:50 +0200
commit85fdcdf0554918a485112ed078417379f691d01b (patch)
treed567a6be5691c67cc6341cc560366abc292f6232 /test/qtvector.cpp
parent87aafc9169cd549213c8a950bbeabada109b00ef (diff)
Fixed Geometry module failures.
Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase.
Diffstat (limited to 'test/qtvector.cpp')
-rw-r--r--test/qtvector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/qtvector.cpp b/test/qtvector.cpp
index 8d5ce2a2e..d299379e3 100644
--- a/test/qtvector.cpp
+++ b/test/qtvector.cpp
@@ -162,9 +162,9 @@ void test_qtvector()
CALL_SUBTEST(check_qtvector_matrix(MatrixXcf(10,10)));
// some Transform
- CALL_SUBTEST(check_qtvector_transform(Transform2f()));
- CALL_SUBTEST(check_qtvector_transform(Transform3f()));
- CALL_SUBTEST(check_qtvector_transform(Transform3d()));
+ CALL_SUBTEST(check_qtvector_transform(Affine2f()));
+ CALL_SUBTEST(check_qtvector_transform(Affine3f()));
+ CALL_SUBTEST(check_qtvector_transform(Affine3d()));
//CALL_SUBTEST(check_qtvector_transform(Transform4d()));
// some Quaternion