summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-19 10:19:32 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-19 10:19:32 (GMT)
commit4258dd04e25c8831be9e8a7dc45b52d34782cb35 (patch)
tree224eb04018c258bd12ef58060baccfd121f442b6 /tests/auto
parent68fc0a299b9268007ae68f5d8a8dce40ed1e4e0c (diff)
downloadQt-4258dd04e25c8831be9e8a7dc45b52d34782cb35.zip
Qt-4258dd04e25c8831be9e8a7dc45b52d34782cb35.tar.gz
Qt-4258dd04e25c8831be9e8a7dc45b52d34782cb35.tar.bz2
Fix the tests that got affected by the behaviour added in 604c51f1fc5c79
Task-number: QTBUG-13551 Task-number: QTBUG-7756
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qgraphicsgridlayout/tst_qgraphicsgridlayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qgraphicsgridlayout/tst_qgraphicsgridlayout.cpp b/tests/auto/qgraphicsgridlayout/tst_qgraphicsgridlayout.cpp
index 2e52c4e..35ea059 100644
--- a/tests/auto/qgraphicsgridlayout/tst_qgraphicsgridlayout.cpp
+++ b/tests/auto/qgraphicsgridlayout/tst_qgraphicsgridlayout.cpp
@@ -2541,7 +2541,7 @@ void tst_QGraphicsGridLayout::geometries_data()
.sizeHint(Qt::MaximumSize, QSizeF(5000,5000))
.heightForWidth(hfw1)
)
- << QSizeF(160, 401)
+ << QSizeF(160, 350)
<< (RectList()
<< QRectF( 0, 0, 80, 100) << QRectF( 80, 0, 80, 100)
<< QRectF( 0, 100, 80, 100) << QRectF( 80, 100, 80, 250)
@@ -2566,7 +2566,7 @@ void tst_QGraphicsGridLayout::geometries_data()
.sizeHint(Qt::MaximumSize, QSizeF(5000,5000))
.heightForWidth(hfw1)
)
- << QSizeF(500, 401)
+ << QSizeF(500, 200)
<< (RectList()
<< QRectF( 0, 0, 100, 100) << QRectF(100, 0, 100, 100)
<< QRectF( 0, 100, 100, 100) << QRectF(100, 100, 400, 50)