tst_qquicktextedit: remove useless call to image.save()
Change-Id: I433ba9ef0dc403e7b15eeaee1fd682cf443870cf Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
This commit is contained in:
parent
e8801e7c09
commit
0cab78f2b2
|
@ -929,7 +929,6 @@ void tst_qquicktextedit::hAlignVisual()
|
|||
const int left = numberOfNonWhitePixels(centeredSection1, centeredSection2, image);
|
||||
const int mid = numberOfNonWhitePixels(centeredSection2, centeredSection3, image);
|
||||
const int right = numberOfNonWhitePixels(centeredSection3, centeredSection3End, image);
|
||||
image.save("test3.png");
|
||||
QVERIFY2(left < mid, msgNotLessThan(left, mid).constData());
|
||||
QVERIFY2(mid < right, msgNotLessThan(mid, right).constData());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue