summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-11 07:11:00 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-11 07:11:00 (GMT)
commit0299f2c6b2e6fa05013e1ad3b634a370f0f907e8 (patch)
tree850264d0cb8429265a48586acaf1c0b8c5bd3aec /tests/auto/declarative
parentefcef42123b210f628bfc917e6da6822791c1c85 (diff)
downloadQt-0299f2c6b2e6fa05013e1ad3b634a370f0f907e8.zip
Qt-0299f2c6b2e6fa05013e1ad3b634a370f0f907e8.tar.gz
Qt-0299f2c6b2e6fa05013e1ad3b634a370f0f907e8.tar.bz2
Don't use the identity matrix in test
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/qmlmetatype/tst_qmlmetatype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlmetatype/tst_qmlmetatype.cpp b/tests/auto/declarative/qmlmetatype/tst_qmlmetatype.cpp
index 36a7332..abc1fbe 100644
--- a/tests/auto/declarative/qmlmetatype/tst_qmlmetatype.cpp
+++ b/tests/auto/declarative/qmlmetatype/tst_qmlmetatype.cpp
@@ -239,7 +239,7 @@ void tst_qmlmetatype::copy()
QT_COPY_TEST(QTextFormat, QTextFormat(QTextFormat::ListFormat));
QT_COPY_TEST(QMatrix, QMatrix().translate(10, 10));
QT_COPY_TEST(QTransform, QTransform().translate(10, 10));
- QT_COPY_TEST(QMatrix4x4, QMatrix4x4(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1));
+ QT_COPY_TEST(QMatrix4x4, QMatrix4x4(1,0,2,3,0,1,0,0,9,0,1,0,0,0,10,1));
QT_COPY_TEST(QVector2D, QVector2D(10.2, 1));
QT_COPY_TEST(QVector3D, QVector3D(10.2, 1, -2));
QT_COPY_TEST(QVector4D, QVector4D(10.2, 1, -2, 1.2));