--- a/tests/auto/qgraphicspixmapitem/tst_qgraphicspixmapitem.cpp Tue Jan 26 12:42:25 2010 +0200
+++ b/tests/auto/qgraphicspixmapitem/tst_qgraphicspixmapitem.cpp Tue Feb 02 00:43:10 2010 +0200
@@ -165,7 +165,7 @@
QTest::addColumn<QPixmap>("pixmap");
QTest::addColumn<QRectF>("boundingRect");
QTest::newRow("null") << QPixmap() << QRectF();
- QTest::newRow("10x10") << QPixmap(10, 10) << QRectF(-0.5, -0.5, 11, 11);
+ QTest::newRow("10x10") << QPixmap(10, 10) << QRectF(0, 0, 10, 10);
}
// public QRectF boundingRect() const